Add chainpad log to the debug app

This commit is contained in:
yflory 2017-11-21 18:50:33 +01:00
parent cdd8c6e110
commit eba1c9dfac
1 changed files with 1 additions and 1 deletions

View File

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