Skip to content

Commit

Permalink
Hibernate: Silence DB connection info logging
Browse files Browse the repository at this point in the history
- Follow up from 235f0a7

(cherry picked from commit bcb01b2)
  • Loading branch information
gastaldi authored and gsmet committed Nov 12, 2024
1 parent 93072af commit 4b1a5d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public class DisableLoggingFeature implements Feature {
"org.hibernate.Version",
"org.hibernate.annotations.common.Version",
"SQL dialect",
"org.hibernate.cfg.Environment"
"org.hibernate.cfg.Environment",
"org.hibernate.orm.connections.pooling"
};

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

0 comments on commit 4b1a5d8

Please sign in to comment.