diff --git a/docker/4_run/config_local.py b/docker/4_run/config_local.py index 22ffa5e..2ca1237 100644 --- a/docker/4_run/config_local.py +++ b/docker/4_run/config_local.py @@ -50,7 +50,7 @@ FILE_LINK_VALIDITY = defaultdict( LOGGING = { 'version': 1, 'formatters': { - 'default': {'format': '%(asctime)-15s %(levelname)8s %(name)s %(message)s'} + 'default': {'format': '%(levelname)8s %(name)s %(message)s'} }, 'handlers': { 'console': {