Skip to content

Commit

Permalink
avniproject/avni-infra#45 | Change log level for ehcache DefaultSizeO…
Browse files Browse the repository at this point in the history
…fEngine to ERROR
  • Loading branch information
1t5j0y committed Oct 28, 2024
1 parent ef6eed6 commit d78a58f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avni-server-api/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<logger name="org.springframework" level="OFF"/>
<logger name="org.avni.server.framework.hibernate" level="INFO"/>
<logger name="org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor" level="OFF"/>
<logger name="net.sf.ehcache.pool.impl.DefaultSizeOfEngine" level="ERROR"/>
</springProfile>
<springProfile name="staging">
<logger name="org.avni" additivity="false" level="info">
Expand All @@ -15,6 +16,7 @@
</logger>
<logger name="org.springframework" level="OFF"/>
<logger name="org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor" level="OFF"/>
<logger name="net.sf.ehcache.pool.impl.DefaultSizeOfEngine" level="ERROR"/>
</springProfile>
<springProfile name="live">
<logger name="org.avni" additivity="false" level="info">
Expand All @@ -23,5 +25,6 @@
</logger>
<logger name="org.springframework" level="OFF"/>
<logger name="org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor" level="OFF"/>
<logger name="net.sf.ehcache.pool.impl.DefaultSizeOfEngine" level="ERROR"/>
</springProfile>
</configuration>

0 comments on commit d78a58f

Please sign in to comment.