[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

Andras Timar andras.timar at collabora.com
Fri Mar 31 05:52:08 UTC 2017


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

New commits:
commit ec5fb2a794738b84a4dae7790726be07ab56bfda
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

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index f8bfc661..325d42b1 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -660,7 +660,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