still trying
This commit is contained in:
parent
80ee2359da
commit
8fa97da37d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
.vscode/
|
||||
|
||||
.*.swp
|
||||
!.gitignore
|
||||
TODO
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
from credentials.settings.utils import get_logger_config
|
||||
|
||||
# Get rid of local logger
|
||||
LOGGING = get_logger_config(debug=True, dev_env=True, local_loglevel="INFO")
|
||||
#del LOGGING["handlers"]["local"]
|
||||
|
||||
|
||||
{{ patch("credentials-settings-common") }}
|
||||
@ -6,9 +6,6 @@ SOCIAL_AUTH_EDX_OAUTH2_PUBLIC_URL_ROOT = "{% if ENABLE_HTTPS %}https{% else %}ht
|
||||
|
||||
BACKEND_SERVICE_EDX_OAUTH2_KEY = "{{ CREDENTIALS_OAUTH2_KEY }}"
|
||||
|
||||
# Get rid of local logger
|
||||
LOGGING["handlers"].pop("local")
|
||||
for logger in LOGGING["loggers"].values():
|
||||
logger["handlers"].remove("local")
|
||||
|
||||
|
||||
{{ patch("credentials-settings-production") }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user