Lokalni logy - mene podrobnosti
This commit is contained in:
parent
d646c88c0c
commit
2117f44e54
2 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,7 @@ TEMPLATE_LOADERS = (
|
|||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
'reversion.middleware.RevisionMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
'django.middleware.csrf.CsrfViewMiddleware',
|
||||
|
|
|
@ -38,4 +38,5 @@ DATABASES = {
|
|||
|
||||
# LOGGING
|
||||
|
||||
LOGGING['handlers']['console']['level'] = 'DEBUG'
|
||||
# set to 'DEBUG' for EXTRA verbose output
|
||||
LOGGING['handlers']['console']['level'] = 'INFO'
|
||||
|
|
Loading…
Reference in a new issue