mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
- 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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user