From 6a698daaa0e53aad39f8e28861e29f5f00b5fe45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 27 Mar 2018 16:42:34 +0200 Subject: [PATCH] Remove time from logs; timestamp is added by Apache anyway. --- docker/4_run/config_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': {