Skip to content

Commit

Permalink
remove appender
Browse files Browse the repository at this point in the history
  • Loading branch information
imbananko committed Jun 29, 2024
1 parent 9a1bacd commit 9724257
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
38 changes: 0 additions & 38 deletions src/main/kotlin/com/chsdngm/tilly/metrics/AccumulatingAppender.kt

This file was deleted.

5 changes: 0 additions & 5 deletions src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,21 @@
<Console name="LogToConsole" target="SYSTEM_OUT">
<PatternLayout pattern="[%-5p] %d{HH:mm:ss.SSS} [%t] %c - %msg%n"/>
</Console>
<AccumulatingAppender name="AccumulatingAppender"/>
</Appenders>
<Loggers>
<Logger name="com.chsdngm.tilly" level="info" additivity="false">
<AppenderRef ref="LogToConsole"/>
<AppenderRef ref="AccumulatingAppender"/>
</Logger>
<Logger name="org.springframework.boot" level="error" additivity="false">
<AppenderRef ref="LogToConsole"/>
<AppenderRef ref="AccumulatingAppender"/>
</Logger>

<Root level="error">
<AppenderRef ref="LogToConsole"/>
<AppenderRef ref="AccumulatingAppender"/>
</Root>

<logger name="Exposed" level="debug" additivity="false">
<AppenderRef ref="LogToConsole"/>
<AppenderRef ref="AccumulatingAppender"/>
</logger>
</Loggers>
</Configuration>

0 comments on commit 9724257

Please sign in to comment.