Opened 8 years ago
Last modified 8 years ago
#361 new defect
Broken log group selection
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | new |
Component: | libc | Version: | 0.6.6 |
Severity: | normal | Keywords: | |
Cc: |
Description
It's impossible to select which groups to log via an environment variable passed to __libc_LogGroupInit
(LIBC_LOGGING for libc itself) due to a couple of tiny bugs. The patch against 0.6 is attached.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
By "impossible" I mean that due to the mentioned bugs it was only possible to either enable all log groups (by default or with +ALL) or disable them with -ALL, individual enable/disable (e.g. +FORK) didn't work.