summaryrefslogtreecommitdiff
path: root/loolwsd.xml.in
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-03-26 11:38:00 +0000
committerMichael Meeks <michael.meeks@collabora.com>2020-03-26 19:35:04 +0100
commitfa14102b3bd3ad3f9a305cc12fefe44dd2ec4e19 (patch)
tree1fa34df1b75224105bdf6a0d594a28bf9315119a /loolwsd.xml.in
parent952a7acd7e69f4df14fe071d7a7258e58d83edec (diff)
Restore Javascript protocol logging.
If you don't want protocol logging by default in debugging builds then either poke loolwsd.xml: <protocol type="bool" descr="Enable minimal client-site JS protocol logging from the start">false</protocol> Or - configure with --disable-debug and --disable-debug-protocol. Also remove redundant and unused co-ordinate parameters to the message queue, and logging. Change-Id: I489e32ef4758a6f0ef35c8d8d322a402a3e268e6 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91096 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'loolwsd.xml.in')
-rw-r--r--loolwsd.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 80276ec40..a8442c91e 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -41,7 +41,7 @@
<logging>
<color type="bool">true</color>
<level type="string" desc="Can be 0-8, or none (turns off logging), fatal, critical, error, warning, notice, information, debug, trace" default="@LOOLWSD_LOGLEVEL@">@LOOLWSD_LOGLEVEL@</level>
- <protocol type="bool" descr="Enable minimal client-site JS protocol logging from the start">@ENABLE_DEBUG@</protocol>
+ <protocol type="bool" descr="Enable minimal client-site JS protocol logging from the start">@ENABLE_DEBUG_PROTOCOL@</protocol>
<file enable="@LOOLWSD_LOG_TO_FILE@">
<property name="path" desc="Log file path.">@LOOLWSD_LOGFILE@</property>
<property name="rotation" desc="Log file rotation strategy. See Poco FileChannel.">never</property>