Skip to content

Commit

Permalink
added additional log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Jul 10, 2024
1 parent b880b43 commit 9107982
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions oni/src/universal/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@
</encoder>
</appender>

<logger name="com.zaxxer.hikari.pool" level="WARN" />
<logger name="java" level="WARN" />
<logger name="jdk" level="WARN" />
<logger name="org.apache.http" level="WARN" />
<logger name="org.eclipse.jetty" level="WARN" />
<!-- Hibernate after 6 DEBUG -->
<logger name="org.hibernate.SQL" level="INFO" />
<!-- <logger name="org.hibernate.orm.jdbc.bind" level="trace" /> -->
<!-- <logger name="org.hibernate.stat" level="debug" /> -->
<logger name="org.hibernate.SQL_SLOW" level="INFO" />
<!-- <logger name="org.hibernate.cache" level="debug" /> -->
<logger name="sun" level="WARN" />

<root level="${LOGBACK_LEVEL}">
Expand Down

0 comments on commit 9107982

Please sign in to comment.