QorumLogs icon indicating copy to clipboard operation
QorumLogs copied to clipboard

Ability to Set Log Levels Per File

Open semireg opened this issue 8 years ago • 1 comments

This can be tagged as a feature request.

I wrote a wrapper for Qorum that does a few things I wish Qorum did. Perhaps some inspiration can be drawn from it for future changes. For example, setting onlyShowThisFile or minimumLogLevelShown should use the same prefix format for other log events so they can be tracked to a line number.

https://gist.github.com/semireg/66a127b6ae940984738e84334af84357

While minimumLogLevelShown is useful, one missing feature is the ability to set different levels for each file. That way, a global can be set such as ERROR and then developers can turn on debugging on a per-file basis.

Thoughts?

semireg avatar Apr 28 '16 14:04 semireg

Sounds good but maybe need an easier way to setup for the users? Without affect the old users

Esqarrouth avatar Apr 30 '16 17:04 Esqarrouth