Skip to content

Commit

Permalink
chore(log): suppress DEBUG level on STDOUT
Browse files Browse the repository at this point in the history
* HikariCP debug log are too many
  • Loading branch information
yoshinorin committed Jul 20, 2024
1 parent c347ec1 commit 36c84e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<level>DEBUG</level>
<onMatch>DENY</onMatch>
</filter>
</appender>

Expand All @@ -51,6 +52,7 @@
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<level>DEBUG</level>
<onMatch>DENY</onMatch>
</filter>
</appender>
</then>
Expand Down

0 comments on commit 36c84e7

Please sign in to comment.