default to INFO logging level
This commit is contained in:
parent
4ea0d0f841
commit
96594218bf
|
@ -22,7 +22,7 @@ export SERVER_EXPOSE_PUBLICALLY=False
|
|||
|
||||
# Debug level
|
||||
# export DEBUG_LEVEL=DEBUG
|
||||
export DEBUG_LEVEL="DEBUG"
|
||||
export DEBUG_LEVEL="INFO"
|
||||
|
||||
### SETUP
|
||||
|
||||
|
|
Loading…
Reference in New Issue