LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

make it possible to pass {color: false} to debug() #97

Closed wadey closed 13 years ago

wadey commented 13 years ago

Sometimes it is nice to turn on debug() when logging cluster's stdout. This makes it possible to disable the color output so that it is easier to read in log files. Usage: debug({color: false}).

tj commented 13 years ago

merged