Skip to content

Commit

Permalink
Switch off unnecessary indexer logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghacupha committed Sep 4, 2023
1 parent de5d942 commit c84f666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<logger name="com.zaxxer.hikari.HikariConfig" level="WARN"/>
<logger name="com.zaxxer.hikari.metrics" level="WARN"/>
<logger name="com.zaxxer.hikari" level="WARN"/>
<logger name="io.github.erp.erp.index" level="OFF"/>
<logger name="io.searchbox" level="WARN"/>
<logger name="io.undertow" level="WARN"/>
<logger name="io.undertow.websockets.jsr" level="ERROR"/>
Expand Down

0 comments on commit c84f666

Please sign in to comment.