summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-02-01 23:33:45 +0100
committermathieui <mathieui@mathieui.net>2014-02-01 23:33:45 +0100
commitbf682651e0db9476a4ff24af80091453da43b216 (patch)
treefac05e97f2881bf417e8be584a013182a30c2106
parent7c0cf0c8beaf3f0f8a743a10e0e3963c94c14bd3 (diff)
downloadpoezio-bf682651e0db9476a4ff24af80091453da43b216.tar.gz
poezio-bf682651e0db9476a4ff24af80091453da43b216.tar.bz2
poezio-bf682651e0db9476a4ff24af80091453da43b216.tar.xz
poezio-bf682651e0db9476a4ff24af80091453da43b216.zip
Date the log records (error.log or debug logs)
-rw-r--r--src/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py
index 9c3d6cbf..a51637bb 100644
--- a/src/config.py
+++ b/src/config.py
@@ -302,7 +302,7 @@ LOGGING_CONFIG = {
'disable_existing_loggers': True,
'formatters': {
'simple': {
- 'format': '%(levelname)s:%(module)s:%(message)s'
+ 'format': '%(asctime)s %(levelname)s:%(module)s:%(message)s'
}
},
'handlers': {