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

New commits:
commit 0280fc8a0b22afeb7f33bc00c3a9d9b1db44c160
Author: Tor Lillqvist <[email protected]>
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 <[email protected]>

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>
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to