Skip to content

Commit ccd7c33

Browse files
committed
re-formatting settings.py
1 parent 8b3122f commit ccd7c33

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

geonode/settings.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -698,11 +698,12 @@
698698
},
699699
"filters": {"require_debug_false": {"()": "django.utils.log.RequireDebugFalse"}},
700700
"handlers": {
701-
"console": {"level": "DEBUG" if DEBUG else "INFO",
702-
"class": "logging.StreamHandler",
703-
"stream": sys.stdout,
704-
"formatter": "verbose" if DEBUG else "simple",
705-
},
701+
"console": {
702+
"level": "DEBUG" if DEBUG else "INFO",
703+
"class": "logging.StreamHandler",
704+
"stream": sys.stdout,
705+
"formatter": "verbose" if DEBUG else "simple",
706+
},
706707
"mail_admins": {
707708
"level": "ERROR",
708709
"filters": ["require_debug_false"],

0 commit comments

Comments
 (0)