mirror of https://github.com/node-red/node-red.git
Add all the levels to the colours list
parent
ead0385edf
commit
080a6af54b
|
@ -54,7 +54,9 @@ var levelColours = {
|
||||||
30: 'yellow',
|
30: 'yellow',
|
||||||
40: 'white',
|
40: 'white',
|
||||||
50: 'cyan',
|
50: 'cyan',
|
||||||
60: 'gray'
|
60: 'gray',
|
||||||
|
98: 'white',
|
||||||
|
99: 'white'
|
||||||
};
|
};
|
||||||
|
|
||||||
var logHandlers = [];
|
var logHandlers = [];
|
||||||
|
|
Loading…
Reference in New Issue