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
Logger.log('debug', 'foobar');.
I do not see the debug log in the console, but the file is written to %DATE%_debug.log (and symlinked to current_debug.log).
I expected the file not to be written at all, because my level doesnt match.
The text was updated successfully, but these errors were encountered:
My error level on winston is
error
.I have transport for console, and 2 dailyRotation logs. 1 for debug. 1 for error.
The debug log is still written, ignoring the minimum level.
Call:
Logger.log('debug', 'foobar');
.I do not see the debug log in the console, but the file is written to
%DATE%_debug.log
(and symlinked tocurrent_debug.log
).I expected the file not to be written at all, because my level doesnt match.
The text was updated successfully, but these errors were encountered: