File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 8282 <configuration >
8383 <systemPropertyVariables >
8484 <test .mime>json</test .mime>
85- <logging .folder.path>${java.io.tmpdir} / ${maven.build.timestamp} /logfile.json</logging .folder.path>
85+ <logging .folder.path>target /logfile.json</logging .folder.path>
8686 </systemPropertyVariables >
8787 </configuration >
8888 </plugin >
Original file line number Diff line number Diff line change 2121 <Column name =" message" pattern =" %message" />
2222 <Column name =" throwable" pattern =" %ex{full}" />
2323 </JDBC >
24+ <File name =" JSONLogfileAppender" fileName =" target/logfile.json" >
25+ <JSONLayout compact =" true" eventEol =" true" />
26+ <BurstFilter level =" INFO" rate =" 2" maxBurst =" 10" />
27+ </File >
28+ <Async name =" AsyncAppender" bufferSize =" 80" >
29+ <AppenderRef ref =" JSONLogfileAppender" />
30+ </Async >
2431 </Appenders >
2532 <RollingFile name =" XMLRollingfileAppender" fileName =" target/logfile.xml"
2633 filePattern =" target/logfile-%d{yyyy-MM-dd}-%i.log.gz" >
You can’t perform that action at this time.
0 commit comments