Add date to gajim logs. Fixes #7556

This commit is contained in:
Denis Fomin 2013-11-11 15:43:56 +04:00
parent 755c04270f
commit 190bb38faf
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def init(use_color=False):
consoleloghandler.setFormatter( consoleloghandler.setFormatter(
FancyFormatter( FancyFormatter(
'%(asctime)s %(levelname)s %(name)s %(message)s', '%(asctime)s %(levelname)s %(name)s %(message)s',
'%H:%M:%S', '%x %H:%M:%S',
use_color use_color
) )
) )