Add chainpad log to the debug app

pull/1/head
yflory 7 years ago
parent cdd8c6e110
commit eba1c9dfac

@ -34,7 +34,7 @@ define([
}, },
initialState: '', initialState: '',
transformFunction: JsonOT.validate, transformFunction: JsonOT.validate,
logLevel: 0, logLevel: config.debug ? 1 : 0,
noPrune: true noPrune: true
}); });
}; };

Loading…
Cancel
Save