python-coloredlogs
python-coloredlogs copied to clipboard
Jenkins Output Issue
coloredlogs works fine on my terminal:

Yet on Jenkins console, no color is shown:

After downgrading from coloredlogs==14.0 to coloredlogs==12.0 it was fixed:

Since peter seems to be absent atm, You might try that one : https://github.com/bitranox/bitranox_coloredlogs
coloredlogs.install(isatty=True)
Found here:
https://dustinoprea.com/2017/06/06/colored-logging-in-python-under-jenkins/