Change logging colors. cyan is too hard to read on white background.

This commit is contained in:
David Glasser
2013-05-21 17:19:08 -07:00
parent f634817b79
commit 560302954b

View File

@@ -19,8 +19,8 @@ Log._intercepted = function () {
};
var LEVEL_COLORS = {
debug: 'blue',
info: 'cyan',
debug: 'green',
info: 'blue',
warn: 'yellow',
error: 'red'
};