gomol icon indicating copy to clipboard operation
gomol copied to clipboard

Gomol is a library for structured, multiple-output logging for Go with extensible logging outputs

Results 3 gomol issues
Sort by recently updated
recently updated
newest added

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...

v2 feature

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.

v2 feature

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...