We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106b2ec commit 9b5d8afCopy full SHA for 9b5d8af
1 file changed
config/log4j2.xml
@@ -10,7 +10,7 @@
10
<PatternLayout charset="UTF-8" pattern="${LOG_PATTERN}"/>
11
</Console>
12
13
- <RollingRandomAccessFile name="RollingFile" immediateFlush="true"
+ <RollingRandomAccessFile name="RollingFile" immediateFlush="false"
14
fileName="${LOG_PATH}/app-server.log"
15
filePattern="${LOG_PATH}/app-server-%d{yyyy-MM-dd}-%i.log.gz">
16
0 commit comments