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
We want to make it so that in the logger.go util file that we can restrict which logs are being show
we want the levels to be MACHINE DEBUG INFO WARNING ERROR
where if the LOG_LEVEL is set to INFO then only the INFO, WARNING and ERROR logs show
and if we set LOG_LEVEL to MACHINE then all the logs show
and so on
The text was updated successfully, but these errors were encountered:
Description
We want to make it so that in the
logger.go
util file that we can restrict which logs are being showwe want the levels to be
MACHINE
DEBUG
INFO
WARNING
ERROR
where if the
LOG_LEVEL
is set toINFO
then only the INFO, WARNING and ERROR logs showand if we set
LOG_LEVEL
toMACHINE
then all the logs showand so on
The text was updated successfully, but these errors were encountered: