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)

logstrict.diff (864 bytes ) - added by dmik 8 years ago.

Download all attachments as: .zip

Change History (2)

by dmik, 8 years ago

Attachment: logstrict.diff added

comment:1 by dmik, 8 years ago

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.

Note: See TracTickets for help on using tickets.