Add all the levels to the colours list

This commit is contained in:
Ben Hardill
2025-04-15 18:11:21 +01:00
parent ead0385edf
commit 080a6af54b

View File

@@ -54,7 +54,9 @@ var levelColours = {
30: 'yellow',
40: 'white',
50: 'cyan',
60: 'gray'
60: 'gray',
98: 'white',
99: 'white'
};
var logHandlers = [];