Skip to content

Commit

Permalink
chore: rollback useless changes in the logback.xml to avoid flooding …
Browse files Browse the repository at this point in the history
…logs with DEBUG info

(cherry picked from commit 131f1a5)
  • Loading branch information
leleueri committed Dec 15, 2023
1 parent 83b1c19 commit eb7b669
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
<logger name="org.reflections" level="WARN" />
<logger name="org.springframework" level="WARN" />
<logger name="org.eclipse.jetty" level="WARN" />
<logger name="io.r2dbc.mssql.QUERY" level="DEBUG" />
<logger name="io.r2dbc.pool" level="DEBUG" />
<logger name="io.r2dbc" level="DEBUG" />

<!-- Strictly speaking, the level attribute is not necessary since -->
<!-- the level of the root level is set to DEBUG by default. -->
Expand Down

0 comments on commit eb7b669

Please sign in to comment.