Skip to content

Commit

Permalink
Change loggers level to stop slow response
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaboiangiu committed May 2, 2017
1 parent bdaeb37 commit 0b69507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemet/local_settings.py.docker
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ LOGGING = {
'loggers': {
'django': {
'handlers': ['console'],
'level': os.getenv('DJANGO_LOG_LEVEL', 'DEBUG'),
'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'),
},
},
}
Expand Down

0 comments on commit 0b69507

Please sign in to comment.