[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - loolwsd.xml.in

Tor Lillqvist tml at collabora.com
Sat Dec 17 18:28:37 UTC 2016


 loolwsd.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0280fc8a0b22afeb7f33bc00c3a9d9b1db44c160
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Dec 14 13:45:26 2016 +0200

    Mention that without flushing, log lines are not necessarily in chronological order
    
    Change-Id: I9fef5f58ec1ac645f49543fbbe469e6f79ae175f
    (cherry picked from commit cbb0bec0ab5d70b74731174d58a5e98b230a6054)
    Signed-off-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index c3a550b..0df6a01 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -29,7 +29,7 @@
             <property name="purgeAge" desc="The maximum age of log files to preserve. See Poco FileChannel.">10 days</property>
             <property name="purgeCount" desc="The maximum number of log archives to preserve. Use 'none' to disable purging. See Poco FileChannel.">10</property>
             <property name="rotateOnOpen" desc="Enable/disable log file rotation on opening.">true</property>
-            <property name="flush" desc="Enable/disable flushing after each entry. May harm performance.">false</property>
+            <property name="flush" desc="Enable/disable flushing after logging each line. May harm performance. Note that without flushing after each line, the log lines from the different processes will not appear in chronological order.">false</property>
         </file>
     </logging>
 


More information about the Libreoffice-commits mailing list