diff --git a/snf-common/synnefo/settings/test.py b/snf-common/synnefo/settings/test.py index 785ef519a43b5fdc13e42b8fde771d58c45930ed..42c98b81e4e52ad5cd45e034be0b09da4ea57f53 100644 --- a/snf-common/synnefo/settings/test.py +++ b/snf-common/synnefo/settings/test.py @@ -10,5 +10,5 @@ DATABASES = { } } -LOGGING['handlers']['console']['level'] = 'WARNING' +LOGGING_SETUP['handlers']['console']['level'] = 'WARNING' LOGIN_URL = 'http://host:port/'