Logger supports 5 log levels and also can suppress logs altogether.
The order is a follows:
debug < log < info < warn < error
Log types above the current log level will be captured.
If you set the log level to info, warn and errors will still be logged, but debug and
log logs will not be logged.
Use log level 'none' to suppress all logs
Logger supports 5 log levels and also can suppress logs altogether.
The order is a follows: debug < log < info < warn < error
Log types above the current log level will be captured. If you set the log level to
info
,warn
anderrors
will still be logged, butdebug
andlog
logs will not be logged. Use log level 'none' to suppress all logs