File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
hibernate-reactive-core/src/test/resources Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ rootLogger.appenderRef.console.ref = console
4
4
5
5
# Print the selected dialect information
6
6
logger.hibernate-dialect.name = org.hibernate.orm.dialect
7
- logger.hibernate-dialect.level = debug
7
+ logger.hibernate-dialect.level = info
8
8
9
9
# SQL logging disabled by default to speed test suite execution
10
10
logger.hibernate.name = org.hibernate.SQL
11
- logger.hibernate.level = info
11
+ logger.hibernate.level = debug
12
+
13
+ # We want to log when a connection is opened/closed
14
+ logger.sql-connection.name = org.hibernate.reactive.pool.impl
15
+ logger.sql-connection.level = trace
12
16
13
17
# Setting level to TRACE will show parameters values
14
18
logger.sql-parameters-values.name = org.hibernate.type
You can’t perform that action at this time.
0 commit comments