You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: