add example for configuring the logLevel in /pad/

pull/1/head
ansuz 2016-05-10 10:23:22 +02:00
parent 7faf57602b
commit 1769ca16dc
1 changed files with 4 additions and 1 deletions

View File

@ -277,7 +277,10 @@ define([
crypto: Crypto,
// really basic operational transform
transformFunction : JsonOT.validate
transformFunction : JsonOT.validate,
// cryptpad debug logging (default is 1)
// logLevel: 0,
};
var updateUserList = function(shjson) {