better fsStore debugging

pull/1/head
ansuz 2016-12-30 12:27:11 +01:00
parent e3f79f914a
commit 0abf45bdc5
2 changed files with 4 additions and 1 deletions

View File

@ -144,6 +144,8 @@ define([
readOnly: false,
validateKey: secret.keys.validateKey || undefined,
crypto: Crypto.createEncryptor(secret.keys),
userName: 'fs',
logLevel: 1,
};
var rt = window.rt = Listmap.create(listmapConfig);

View File

@ -1539,7 +1539,8 @@ define([
readOnly: readOnly,
validateKey: secret.keys.validateKey || undefined,
crypto: Crypto.createEncryptor(secret.keys),
logging: false
logging: false,
logLevel: 1,
};
var proxy;