Skip to content

Commit

Permalink
Change log color (#11) (#12)
Browse files Browse the repository at this point in the history
* changed color of message to magenta in order to work in Jenkins
  • Loading branch information
kieras authored Jul 23, 2018
1 parent bfcdcb3 commit 814bcc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parakeet/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# |_| \__,_|_| \__,_|_|\_\___|\___|\__|


__version__ = '0.0.14'
__version__ = '0.0.15'
2 changes: 1 addition & 1 deletion parakeet/lettuce_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

formatter = ColoredFormatter(
"%(green)s%(asctime)s - %(name)s -%(reset)s %(log_color)s%(levelname)-8s%(reset)s"
" - %(white)s%(message)s",
" - %(purple)s%(message)s",
datefmt=None,
reset=True,
log_colors={
Expand Down

0 comments on commit 814bcc7

Please sign in to comment.