- Add initial tracing calls adapting to new Ghoul change of adding a

loglevel of ‘Trace’
- Adapt js and css files to show trace files in log
This commit is contained in:
Alexander Bock
2017-02-14 18:10:28 -05:00
parent 8456087cf5
commit efe205c209
9 changed files with 73 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
var levels = ['debug', 'info', 'warning', 'error', 'fatal'];
var levels = ['trace', 'debug', 'info', 'warning', 'error', 'fatal'];
var filterLevel = 0;
function insertAfter(newNode, referenceNode) {