logzero icon indicating copy to clipboard operation
logzero copied to clipboard

Tweaked a bit to address issue #285

Open meet-minimalist opened this issue 5 years ago • 0 comments

The formatter that have been supplied sets the formatter only for console and if it sets the same for logfile, it prints extra color character which is unwanted.

Basically when we supply formatter, the formatter only gets applied to console not the logfile (if logfile have been provided). That makes the output inconsistent.

Ref. of Issue: https://github.com/metachris/logzero/issues/285

meet-minimalist avatar Mar 26 '20 10:03 meet-minimalist