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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 23 07:52:46 UTC 2018


 wsd/LOOLWSD.cpp |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 3e202e8ed141817ca83cc2127f7004f726e1ba29
Author:     YiiChang Yen <sadwind.yan at gmail.com>
AuthorDate: Mon Jul 16 09:38:22 2018 +0800
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Aug 23 09:52:28 2018 +0200

    ossii# wsd: Add lost config settings for default value.
    
    We lost default value for(POCO setting) but loolwsd.xml had:
    
    pureAge, purgeCount, rotationOnOpen and archive
    
    so set them.
    
    Change-Id: If6fc071884e77cd4e67412e9db66cf17ddbbb4ce
    Reviewed-on: https://gerrit.libreoffice.org/57474
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 502f6d7c3..7d1436897 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -716,6 +716,14 @@ void LOOLWSD::initialize(Application& self)
             { "logging.file.property[2]", "true" },
             { "logging.file.property[3][@name]", "flush" },
             { "logging.file.property[3]", "false" },
+            { "logging.file.property[4][@name]", "purgeAge" },
+            { "logging.file.property[4]", "10 days" },
+            { "logging.file.property[5][@name]", "purgeCount" },
+            { "logging.file.property[5]", "10" },
+            { "logging.file.property[6][@name]", "rotationOnOpen" },
+            { "logging.file.property[6]", "true" },
+            { "logging.file.property[7][@name]", "archive" },
+            { "logging.file.property[7]", "false" },
             { "trace[@enable]", "false" },
             { "trace.path[@compress]", "true" },
             { "trace.path[@snapshot]", "false" },


More information about the Libreoffice-commits mailing list