[Libreoffice-commits] online.git: sysconfig.loolwsd
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 28 21:11:36 UTC 2020
sysconfig.loolwsd | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 575cc88ab36a886874581feb1e4e3a06253ffe0d
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Apr 28 22:46:01 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Apr 28 23:11:19 2020 +0200
add SAL_LOG environment variable to sysconfig.loolwsd and an example in comment
Change-Id: Ie5b858cef7fec79684172257d7ad9fdb66f009b8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93109
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/sysconfig.loolwsd b/sysconfig.loolwsd
index a2747d27e..69e59adc5 100644
--- a/sysconfig.loolwsd
+++ b/sysconfig.loolwsd
@@ -4,3 +4,10 @@
## Default: ""
## ServiceRestart: loolwsd
#
+
+# warning/info logging from LOKit
+# read the documentation at https://docs.libreoffice.org/sal/html/sal_log.html
+# Example:
+# Log WebDAV-related messages, that is interesting for debugging Insert - Image operation
+# SAL_LOG="+TIMESTAMP+INFO.ucb.ucp.webdav+WARN.ucb.ucp.webdav"
+SAL_LOG="-INFO-WARN"
More information about the Libreoffice-commits
mailing list