better fsStore debugging
This commit is contained in:
parent
e3f79f914a
commit
0abf45bdc5
@ -144,6 +144,8 @@ define([
|
|||||||
readOnly: false,
|
readOnly: false,
|
||||||
validateKey: secret.keys.validateKey || undefined,
|
validateKey: secret.keys.validateKey || undefined,
|
||||||
crypto: Crypto.createEncryptor(secret.keys),
|
crypto: Crypto.createEncryptor(secret.keys),
|
||||||
|
userName: 'fs',
|
||||||
|
logLevel: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
var rt = window.rt = Listmap.create(listmapConfig);
|
var rt = window.rt = Listmap.create(listmapConfig);
|
||||||
|
|||||||
@ -1539,7 +1539,8 @@ define([
|
|||||||
readOnly: readOnly,
|
readOnly: readOnly,
|
||||||
validateKey: secret.keys.validateKey || undefined,
|
validateKey: secret.keys.validateKey || undefined,
|
||||||
crypto: Crypto.createEncryptor(secret.keys),
|
crypto: Crypto.createEncryptor(secret.keys),
|
||||||
logging: false
|
logging: false,
|
||||||
|
logLevel: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
var proxy;
|
var proxy;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user