Skip to content

Commit

Permalink
Show seconds in log messages (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex L. Urban committed Apr 1, 2019
1 parent 82a057d commit 1447f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwdetchar/cli.py
Expand Up @@ -56,7 +56,7 @@
NOW = datetime.datetime.now()
TIMEZONE = reference.LocalTimezone().tzname(NOW)

DATEFMT = '%Y-%m-%d %H:%M {}'.format(TIMEZONE)
DATEFMT = '%Y-%m-%d %H:%M:%S {}'.format(TIMEZONE)
FMT = '%(name)s %(asctime)s %(levelname)+8s: %(message)s'


Expand Down

0 comments on commit 1447f18

Please sign in to comment.