Skip to content

Commit

Permalink
Enabled ehcache logger
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremagico committed Oct 31, 2023
1 parent c8d24b8 commit 2920d91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/kendo-tournament-rest/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
<appender-ref ref="CONSOLE"/>
<appender-ref ref="DAILY"/>
</logger>
<logger name="org.ehcache.core.EhcacheManager" additivity="false" level="INFO">
<appender-ref ref="CONSOLE"/>
</logger>
<!-- For showing hibernate statistics -->
<logger name="org.hibernate.engine.internal.StatisticalLoggingSessionEventListener" additivity="false"
level="ERROR">
Expand Down
3 changes: 3 additions & 0 deletions backend/kendo-tournament-rest/src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
<logger name="org.springframework.boot.web.embedded.tomcat.TomcatWebServer" additivity="false" level="ERROR">
<appender-ref ref="CONSOLE"/>
</logger>
<logger name="org.ehcache.core.EhcacheManager" additivity="false" level="DEBUG">
<appender-ref ref="CONSOLE"/>
</logger>
<!-- For showing hibernate statistics -->
<logger name="org.hibernate.engine.internal.StatisticalLoggingSessionEventListener" additivity="false"
level="ERROR">
Expand Down

0 comments on commit 2920d91

Please sign in to comment.