Skip to content
Snippets Groups Projects
Commit 190bb38f authored by Dicson's avatar Dicson
Browse files

Add date to gajim logs. Fixes #7556

parent 755c0427
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ def init(use_color=False):
consoleloghandler.setFormatter(
FancyFormatter(
'%(asctime)s %(levelname)s %(name)s %(message)s',
'%H:%M:%S',
'%x %H:%M:%S',
use_color
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment