default to INFO logging level

This commit is contained in:
Tom Chapin 2024-02-10 16:09:43 -08:00
parent 4ea0d0f841
commit 96594218bf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export SERVER_EXPOSE_PUBLICALLY=False
# Debug level
# export DEBUG_LEVEL=DEBUG
export DEBUG_LEVEL="DEBUG"
export DEBUG_LEVEL="INFO"
### SETUP