Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Tweak log format
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Mar 10, 2016
1 parent c481806 commit dbffca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

logging.basicConfig(
datefmt='%Y/%m/%d %H.%M.%S',
format='%(levelname)s:%(name)s:%(message)s',
format='%(levelname)s : %(name)s : %(message)s',
level=logging.DEBUG,
stream=sys.stdout,
)
Expand Down

0 comments on commit dbffca6

Please sign in to comment.