[FEAT] Add environment variable for LOG_LEVEL #4512
instantdreams
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please consider adding an environment variable for adjusting the logging level to the console output which is typically viewed in the docker logs.
For example if the variable was
LOG_LEVEL
and it supported the standard enums of CRIT, ERROR, WARN, INFO, DEBUG, it would adjust the output send to the log.I have been able to adjust the telamate grafana log level using the following environment variables:
I've also added the following to the postgres compose file structure:
Enabling logging level support for teslamate would be the cherry on the top.
Thank you for considering this!
Beta Was this translation helpful? Give feedback.
All reactions