[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - wsd/LOOLWSD.cpp
Andras Timar
andras.timar at collabora.com
Fri Mar 31 07:58:18 UTC 2017
wsd/LOOLWSD.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 8078e5b579bd8970bb3fbbb710a0a17ce9226cea
Author: Andras Timar <andras.timar at collabora.com>
Date: Fri Mar 31 07:51:30 2017 +0200
add missing default config values
Change-Id: Ic7829c8f97f43bf8f4f2ba4eccdbdf1da89665e4
(cherry picked from commit ec5fb2a794738b84a4dae7790726be07ab56bfda)
Signed-off-by: Andras Timar <andras.timar at collabora.com>
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 9a5920d2..f3a644c1 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -675,7 +675,9 @@ void LOOLWSD::initialize(Application& self)
{ "logging.file.property[2]", "true" },
{ "logging.file.property[3][@name]", "flush" },
{ "logging.file.property[3]", "false" },
- { "trace[@enable]", "false" } };
+ { "trace[@enable]", "false" },
+ { "trace.path[@compress]", "true" },
+ { "trace.path[@snapshot]", "false" } };
// Set default values, in case they are missing from the config file.
AutoPtr<AppConfigMap> defConfig(new AppConfigMap(DefAppConfig));
More information about the Libreoffice-commits
mailing list