Skip to content

Commit

Permalink
Merge pull request #122 from Kostronor/patch-1
Browse files Browse the repository at this point in the history
Fix logging for python3
  • Loading branch information
modrzew authored Aug 3, 2016
2 parents 2055388 + 7848228 commit 74d896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def configure_logger(filename='worker.log'):
'[%(asctime)s][%(threadName)10s][%(levelname)8s][L%(lineno)4d] '
'%(message)s'
),
style='{',
style='%',
level=logging.INFO,
)

Expand Down

0 comments on commit 74d896d

Please sign in to comment.