LOGLEVEL setting
This commit is contained in:
parent
78e66ec4c8
commit
ca4aa5f7ea
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'
|
||||||
|
|
||||||
SILENCED_SYSTEM_CHECKS = ['debug_toolbar.W006']
|
SILENCED_SYSTEM_CHECKS = ['debug_toolbar.W006']
|
||||||
|
|
||||||
loglevel = 'DEBUG' if DEBUG else 'INFO'
|
loglevel = env.str('C3NAV_LOGLEVEL', default='DEBUG' if DEBUG else 'INFO')
|
||||||
|
|
||||||
LOGGING = {
|
LOGGING = {
|
||||||
'version': 1,
|
'version': 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue