click-log icon indicating copy to clipboard operation
click-log copied to clipboard

Color on info level

Open csalazar opened this issue 5 years ago • 2 comments

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!

csalazar avatar Dec 06 '18 12:12 csalazar

@csalazar Just run:

import logging;
import click_log;

[...]
click_log.ColorFormatter.colors['info'] = dict(fg="green")

This way all info tags should be green.

rqelibari avatar Feb 15 '19 17:02 rqelibari

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?

BKDaugherty avatar Oct 17 '19 01:10 BKDaugherty