better fsStore debugging
parent
e3f79f914a
commit
0abf45bdc5
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue