Get rid of local logger
This commit is contained in:
parent
5a0a2cc922
commit
461e882fd1
@ -1,8 +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"]
|
||||
LOGGING = get_logger_config(debug=False, dev_env=True, local_loglevel="INFO")
|
||||
del LOGGING["handlers"]["local"]
|
||||
|
||||
|
||||
{{ patch("credentials-settings-common") }}
|
||||
@ -6,6 +6,4 @@ SOCIAL_AUTH_EDX_OAUTH2_PUBLIC_URL_ROOT = "{% if ENABLE_HTTPS %}https{% else %}ht
|
||||
|
||||
BACKEND_SERVICE_EDX_OAUTH2_KEY = "{{ CREDENTIALS_OAUTH2_KEY }}"
|
||||
|
||||
|
||||
|
||||
{{ patch("credentials-settings-production") }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user