Skip to content

Commit

Permalink
[hibernate#1932] Disable connection log (too verbose)
Browse files Browse the repository at this point in the history
It can be re-enable when needed
  • Loading branch information
DavideD committed Jun 11, 2024
1 parent 4a3036c commit 18f660a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hibernate-reactive-core/src/test/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ logger.hibernate-dialect.level = debug
logger.hibernate.name = org.hibernate.SQL
logger.hibernate.level = info

# We want to log when a connection is opened/closed
# Setting level to TRACE will log when a SqlConnection is opened/closed
logger.sql-connection.name = org.hibernate.reactive.pool.impl
logger.sql-connection.level = trace
logger.sql-connection.level = info

# Setting level to TRACE will show parameters values
logger.sql-parameters-values.name = org.hibernate.type
Expand Down

0 comments on commit 18f660a

Please sign in to comment.