python-coloredlogs icon indicating copy to clipboard operation
python-coloredlogs copied to clipboard

Jenkins Output Issue

Open Binternet opened this issue 5 years ago • 1 comments

coloredlogs works fine on my terminal:

Screen Shot 2020-04-30 at 15 08 18

Yet on Jenkins console, no color is shown:

Screen Shot 2020-04-30 at 15 07 51

After downgrading from coloredlogs==14.0 to coloredlogs==12.0 it was fixed: Screen Shot 2020-04-30 at 16 15 49

Binternet avatar Apr 30 '20 13:04 Binternet

Since peter seems to be absent atm, You might try that one : https://github.com/bitranox/bitranox_coloredlogs

bitranox avatar Aug 09 '20 21:08 bitranox

coloredlogs.install(isatty=True) Found here: https://dustinoprea.com/2017/06/06/colored-logging-in-python-under-jenkins/

Jordi-Pineiro avatar Jun 15 '23 09:06 Jordi-Pineiro