From 0abf45bdc5b0ded891e9df1437eba285b7c92177 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 30 Dec 2016 12:27:11 +0100 Subject: [PATCH] better fsStore debugging --- customize.dist/fsStore.js | 2 ++ www/file/main.js | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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;