wsd/LOOLWSD.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) New commits: commit 3e202e8ed141817ca83cc2127f7004f726e1ba29 Author: YiiChang Yen <sadwind....@gmail.com> AuthorDate: Mon Jul 16 09:38:22 2018 +0800 Commit: Andras Timar <andras.ti...@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.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@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" }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits