PagerDuty / blender

A modular orchestration engine
https://github.com/PagerDuty/blender
Other
183 stars 8 forks source link

deactivate colorful output #46

Open jkleinlercher opened 9 years ago

jkleinlercher commented 9 years ago

Hi,

we use blender in an ant task and the output in the build.log has these ANSI color codes in it, like this:

 [exec] Run finished (10.458212424 s)

Is there a way to deactivate this colorful output?

Thanks!

ranjib commented 9 years ago

currently blender does not have this. We too use it from CI servers, and this will help there as well. I'll address this in next minor release (a week from now)

erichelgeson commented 9 years ago

you can use ANSI color jenkins plugin if you view it in the jenkins UI, or less -r if viewing from terminal. Though agree it's also useful to turn it all the way off.