Loading kodo_sso/settings/__init__.py +14 −0 Original line number Diff line number Diff line Loading @@ -101,3 +101,17 @@ TEMPLATES = [ }, }, ] # Logging LOGGING = { "version": 1, "disable_existing_loggers": False, "handlers": { "console": {"class": "logging.StreamHandler"}, }, "root": { "handlers": ["console"], "level": "INFO", }, } Loading
kodo_sso/settings/__init__.py +14 −0 Original line number Diff line number Diff line Loading @@ -101,3 +101,17 @@ TEMPLATES = [ }, }, ] # Logging LOGGING = { "version": 1, "disable_existing_loggers": False, "handlers": { "console": {"class": "logging.StreamHandler"}, }, "root": { "handlers": ["console"], "level": "INFO", }, }