mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Change logging colors. cyan is too hard to read on white background.
This commit is contained in:
@@ -19,8 +19,8 @@ Log._intercepted = function () {
|
||||
};
|
||||
|
||||
var LEVEL_COLORS = {
|
||||
debug: 'blue',
|
||||
info: 'cyan',
|
||||
debug: 'green',
|
||||
info: 'blue',
|
||||
warn: 'yellow',
|
||||
error: 'red'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user