Add chainpad log to the debug app
This commit is contained in:
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…
x
Reference in New Issue
Block a user