Mergifyio / daiquiri

Python library to easily setup basic logging functionality
Apache License 2.0
333 stars 25 forks source link

Use better terminal default colors for logs #19

Closed aalvrz closed 6 years ago

aalvrz commented 7 years ago

I know "better" can be subjective, but I feel that green color for DEBUG messages is a strange choice. Also it would be better if ERROR and CRITICAL logs have a slightly different color, I think.

This patch changes DEBUG to a light gray color and ERROR to a normal red color.

fridex commented 7 years ago

I would prefer green color for info messages, the current color is too grey for me.

aalvrz commented 7 years ago

@jd I have changed BOLD YELLOW to YELLOW for warning logs.