Individual levels for multi handler
Open
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice when using the multi handler if we could set the individual logging level for each handler. For example in my application I only want info to be logged to the cli and Warn, Error, and Fatal to be written out as json to a file.
Based on an initial look this might require a lot of changes since Level is currently part of the Logger struct.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.