Feature #1708
Logging by domain (with filtering)
Description
It has long been an issue for developers that when working on a particular subsystem with a high verbosity of log messages, other subsystems have been spamming the log with messages that are not relevant to the task at hand. Also, entries intended for normal end-users and developers have not been segregated, causing potential confusion.
Two changes are needed:- Log messages need to be flagged by domain and audience.
- The log needs to provide settings to filter by domain and audience (minimum level, dev-flag).
Related issues
History
#1 Updated by skyjake almost 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 40 to 100
Maintaining appropriate log levels and other metadata is something we need to do on ongoing basis, though.