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
I redirect all logs from convict to my logger (feature added in #301). The messages are something like warning: something broke and a warning is in yellow text. The problems are that most of the loggers add own prefix like [WARNING] or something so result in messages are [WARNING] Warning: something broke (which looks funny)
The best solution will be to don't add that prefix by default
The text was updated successfully, but these errors were encountered:
As an example take that code:
I redirect all logs from convict to my logger (feature added in #301). The messages are something like
warning: something broke and a warning is in yellow text. The problems are that most of the loggers add own prefix like [WARNING] or something so result in messages are [WARNING] Warning: something broke (which looks funny)
The best solution will be to don't add that prefix by default
The text was updated successfully, but these errors were encountered: