保存进度!

This commit is contained in:
Kane Wang 2023-06-20 22:29:37 +08:00
parent f6ec7cbdfe
commit 8c4293f374
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<Configuration status="WARN" monitorInterval="300">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
</Console>
</Appenders>
<Loggers>
<Logger name="mylog" level="trace" additivity="false">
<AppenderRef ref="Console" />
</Logger>
<Root level="error">
<AppenderRef ref="Console" />
</Root>
</Loggers>
</Configuration>