Skip to content

Commit 4b1a5d8

Browse files
gastaldigsmet
authored andcommitted
Hibernate: Silence DB connection info logging
- Follow up from 235f0a7 (cherry picked from commit bcb01b2)
1 parent 93072af commit 4b1a5d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/graal/DisableLoggingFeature.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ public class DisableLoggingFeature implements Feature {
1616
"org.hibernate.Version",
1717
"org.hibernate.annotations.common.Version",
1818
"SQL dialect",
19-
"org.hibernate.cfg.Environment"
19+
"org.hibernate.cfg.Environment",
20+
"org.hibernate.orm.connections.pooling"
2021
};
2122

2223
private final Map<String, Level> categoryMap = new HashMap<>(CATEGORIES.length);

0 commit comments

Comments
 (0)