Skip to content

Commit f86ddef

Browse files
committed
Add setting to control the log level in the application
1 parent 2f999f6 commit f86ddef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/prod.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ AUTH_PROXY_USER_NAME_HEADER=''
139139
#
140140
# Other possible settings
141141

142+
# Log level: possible values: DEBUG, INFO, WARNING, ERROR, CRITICAL
143+
LOG_LEVEL_PYTHON=INFO
144+
142145
# Recaptcha keys. You will need to create an account and register your domain
143146
# https://www.google.com/recaptcha/
144147
# RECAPTCHA_PUBLIC_KEY=abcde...

0 commit comments

Comments
 (0)