Skip to content

Commit

Permalink
OBGM-358 Change logging level to error for org.hibernate.orm.deprecat…
Browse files Browse the repository at this point in the history
…ion (#4504)
  • Loading branch information
awalkowiak committed Feb 14, 2024
1 parent ec64a13 commit dadf721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<logger name="org.hibernate.internal" level="warn" />
<logger name="org.hibernate.loader" level="info" /><!-- use 'debug' to see every select call -->
<logger name="org.hibernate.mapping" level="info" />
<logger name="org.hibernate.orm.deprecation" level="error" /> <!-- use 'error' to hide all warnings, see: OBGM-358 -->
<logger name="org.hibernate.persister" level="info" />
<logger name="org.hibernate.query" level="info" />
<logger name="org.hibernate.resource" level="info" />
Expand Down

0 comments on commit dadf721

Please sign in to comment.