summaryrefslogtreecommitdiff
path: root/sysconfig.loolwsd
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-04-28 22:46:01 +0200
committerAndras Timar <andras.timar@collabora.com>2020-04-28 23:11:19 +0200
commit575cc88ab36a886874581feb1e4e3a06253ffe0d (patch)
tree135022788b22a185b8290023852bb81fc6de02c9 /sysconfig.loolwsd
parentfe9edb5e8bdb68f34a9bc18f01dd7738d0c1a0f1 (diff)
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@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sysconfig.loolwsd')
-rw-r--r--sysconfig.loolwsd7
1 files changed, 7 insertions, 0 deletions
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"