Skip to content

Commit

Permalink
[#1659] Print the dialect info in the test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jun 12, 2023
1 parent f17e8a1 commit e9b4a6c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ rootLogger.level = info
rootLogger.appenderRefs = console
rootLogger.appenderRef.console.ref = console

# Print the selected dialect information
logger.hibernate-dialect.name = org.hibernate.orm.dialect
logger.hibernate-dialect.level = debug

logger.hibernate.name = org.hibernate.SQL
logger.hibernate.level = info

Expand Down
4 changes: 4 additions & 0 deletions examples/session-example/src/main/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ rootLogger.level = info
rootLogger.appenderRefs = console
rootLogger.appenderRef.console.ref = console

# Print the selected dialect information
logger.hibernate-dialect.name = org.hibernate.orm.dialect
logger.hibernate-dialect.level = debug

logger.hibernate.name = org.hibernate.SQL
logger.hibernate.level = info

Expand Down
4 changes: 4 additions & 0 deletions hibernate-reactive-core/src/test/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ rootLogger.level = info
rootLogger.appenderRefs = console
rootLogger.appenderRef.console.ref = console

# Print the selected dialect information
logger.hibernate-dialect.name = org.hibernate.orm.dialect
logger.hibernate-dialect.level = debug

# SQL logging disabled by default to speed test suite execution
logger.hibernate.name = org.hibernate.SQL
logger.hibernate.level = info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ rootLogger.level = info
rootLogger.appenderRefs = console
rootLogger.appenderRef.console.ref = console

# Print the selected dialect information
logger.hibernate-dialect.name = org.hibernate.orm.dialect
logger.hibernate-dialect.level = debug

# SQL logging disabled by default to speed test suite execution
logger.hibernate.name = org.hibernate.SQL
logger.hibernate.level = info
Expand Down

0 comments on commit e9b4a6c

Please sign in to comment.