gomol
gomol copied to clipboard
Gomol is a library for structured, multiple-output logging for Go with extensible logging outputs
Right now the log level set on the base object set the lowest level anything can be logged at. It would be nice to be able to have a log...
Allow users to specify a log level per logger added to gomol. For example, debug can be logged to the console and info can be logged to a remote aggregator.
It appears that when adding a single Logger to multiple gomol Base instances it might be mixing up the attrs that are being logged. Explore if this is a possibility...