diff options
author | mathieui <mathieui@mathieui.net> | 2014-02-01 23:33:45 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-02-01 23:33:45 +0100 |
commit | bf682651e0db9476a4ff24af80091453da43b216 (patch) | |
tree | fac05e97f2881bf417e8be584a013182a30c2106 /src/config.py | |
parent | 7c0cf0c8beaf3f0f8a743a10e0e3963c94c14bd3 (diff) | |
download | poezio-bf682651e0db9476a4ff24af80091453da43b216.tar.gz poezio-bf682651e0db9476a4ff24af80091453da43b216.tar.bz2 poezio-bf682651e0db9476a4ff24af80091453da43b216.tar.xz poezio-bf682651e0db9476a4ff24af80091453da43b216.zip |
Date the log records (error.log or debug logs)
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 2 |
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': { |