Skip to content

Commit

Permalink
Update worker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-bitterlich authored Aug 3, 2016
1 parent 2055388 commit 7848228
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 7848228

Please sign in to comment.