diff --git a/customize.dist/fsStore.js b/customize.dist/fsStore.js index ac4f47956..6b68f831d 100644 --- a/customize.dist/fsStore.js +++ b/customize.dist/fsStore.js @@ -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); diff --git a/www/file/main.js b/www/file/main.js index c4df0e317..107fee288 100644 --- a/www/file/main.js +++ b/www/file/main.js @@ -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;