---
panlei
2019-12-16 85c9f857fa80af5ad683166159929d7abe4a2cb4
logger/log.xml
@@ -22,8 +22,8 @@
           Recommended: "[%D %T] [%L] (%S) %M"
        -->
        <property name="format">[%D %T] [%L] (%S) %M</property>
        <property name="rotate">false</property> <!-- true enables log rotation, otherwise append -->
        <property name="maxsize">600M</property> <!-- \d+[KMG]? Suffixes are in terms of 2**10 -->
        <property name="rotate">true</property> <!-- true enables log rotation, otherwise append -->
        <property name="maxsize">800M</property> <!-- \d+[KMG]? Suffixes are in terms of 2**10 -->
        <property name="maxlines">10K</property> <!-- \d+[KMG]? Suffixes are in terms of thousands -->
        <property name="daily">true</property> <!-- Automatically rotates when a log message is written after midnight -->
    </filter>