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 wanted to enable console log level debug but could not make it work with or without a preset on with either env vars or direct configuration to logtify:
I wanted to enable console log level
debug
but could not make it work with or without a preset on with either env vars or direct configuration to logtify:Example:
logger.debug('test', someObj);
Env vars:
CONSOLE_LOGGING=true
MIN_LOG_LEVEL=debug
MIN_CONSOLE_LOG_LEVEL=debug
LOG_LEVEL=true
LOGENTRIES_LOGGIN = false
LOGSTASH_LOGGING= false
BUGSNAG_LOGGING= false
Stream settings output:
Expected: to output it to the console but it is not happening
FYI, seems like
MIN_LOG_LEVEL
is ignored as it is not in the stream output.The text was updated successfully, but these errors were encountered: