mc-router
mc-router copied to clipboard
Debug env variable isn't working for me
Hi, in my docker-compose file I specified DEBUG: "false" in the environment section, but I am still getting info level logs.
Info is a logging level above debug
https://github.com/sirupsen/logrus?tab=readme-ov-file#level-logging
Is there a particular log message that seems excessive?
I just don't want to log all the requests that happen when the proxy gets pinged.
That's a reasonable expectation. I'll plan on changing those to a quieter logging level at debug.