mirror of https://github.com/xwiki-labs/cryptpad
Add chainpad log to the debug app
This commit is contained in:
parent
cdd8c6e110
commit
eba1c9dfac
|
@ -34,7 +34,7 @@ define([
|
|||
},
|
||||
initialState: '',
|
||||
transformFunction: JsonOT.validate,
|
||||
logLevel: 0,
|
||||
logLevel: config.debug ? 1 : 0,
|
||||
noPrune: true
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue