[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp
Andras Timar
andras.timar at collabora.com
Tue Aug 16 09:24:49 UTC 2016
loolwsd/LOOLWSD.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 6380deb5a8065cbb198cccaac749c5348fe127a5
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Aug 16 11:24:22 2016 +0200
loolwsd: disable command trace when it's missing in config file
diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 50ba851..4aa0d42 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -1344,7 +1344,8 @@ void LOOLWSD::initialize(Application& self)
{ "logging.file.property[2][@name]", "compress" },
{ "logging.file.property[2]", "true" },
{ "logging.file.property[3][@name]", "flush" },
- { "logging.file.property[3]", "false" }
+ { "logging.file.property[3]", "false" },
+ { "trace[@enable]", "false" }
};
// Set default values, in case they are missing from the config file.
More information about the Libreoffice-commits
mailing list