Skip to content

Commit

Permalink
#1 - Turn off SQL logging for production
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Jul 12, 2024
1 parent 2305d77 commit 18a13f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oni/src/universal/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<logger name="jdk" level="WARN" />
<logger name="org.apache.http" level="WARN" />
<!-- Hibernate after 6 DEBUG -->
<logger name="org.hibernate.SQL" level="DEBUG" />
<logger name="org.hibernate.orm.results" level="INFO" />
<!-- <logger name="org.hibernate.SQL" level="DEBUG" />-->
<!-- <logger name="org.hibernate.orm.results" 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="DEBUG" />-->
Expand Down

0 comments on commit 18a13f4

Please sign in to comment.