aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-06-21 19:37:00 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-06-21 19:37:00 +0300
commit706e860b4a4b8b5fe9abba1bb77dc120e9a41a40 (patch)
treef45fb43cce330d8754c6673683fba6db80f5d992 /settings
parentImport signup view to the new logging system, tested, works fine (diff)
downloadidentity.gentoo.org-706e860b4a4b8b5fe9abba1bb77dc120e9a41a40.tar.gz
identity.gentoo.org-706e860b4a4b8b5fe9abba1bb77dc120e9a41a40.tar.bz2
identity.gentoo.org-706e860b4a4b8b5fe9abba1bb77dc120e9a41a40.zip
Rename the custom logger to just okupy
Diffstat (limited to 'settings')
-rw-r--r--settings/10-base.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/10-base.conf b/settings/10-base.conf
index 34abf33..5e07fdc 100644
--- a/settings/10-base.conf
+++ b/settings/10-base.conf
@@ -86,6 +86,7 @@ LOGGING_DEBUG = True
# the site admins on every HTTP 500 error.
# See http://docs.djangoproject.com/en/dev/topics/logging for
# more details on how to customize your logging configuration.
+
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
@@ -117,7 +118,7 @@ LOGGING = {
'level': 'ERROR',
'propagate': True,
},
- 'okupy_logger': {
+ 'okupy': {
'handlers': ['console' if LOGGING_DEBUG else 'syslog'],
'level': 'DEBUG' if LOGGING_DEBUG else 'INFO',
},