Mention that without flushing, log lines are not necessarily in chronological order

Change-Id: I9fef5f58ec1ac645f49543fbbe469e6f79ae175f
feature/deduplication
Tor Lillqvist 2016-12-14 13:45:26 +02:00
parent 632c57df08
commit cbb0bec0ab
1 changed files with 1 additions and 1 deletions

View File

@ -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>