loolwsd/LOOLWSD.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6380deb5a8065cbb198cccaac749c5348fe127a5
Author: Andras Timar <andras.ti...@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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to