-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color on info level #19
Comments
@csalazar Just run: import logging;
import click_log;
[...]
click_log.ColorFormatter.colors['info'] = dict(fg="green") This way all |
Also had this issue. This might be a good thing to add to documentation? How to customize colors? Or perhaps it might make more sense to add an optional parameter to the click_log constructor for colors? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @untitaker , I see that
info
output is not colorful, there's some reason for that? Maybe I can do a PR to add support?Thanks!
The text was updated successfully, but these errors were encountered: