Skip to content

Commit

Permalink
Workaround for unnecessary info logs in Hibernate ORM (HHH-16546)
Browse files Browse the repository at this point in the history
(cherry picked from commit 37d2a6c)
  • Loading branch information
yrodiere authored and gsmet committed May 9, 2023
1 parent c5e2750 commit 9481932
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ void setupLogFilters(BuildProducer<LogCleanupFilterBuildItem> filters) {
// Silence incubating settings warnings as we will use some for compatibility
filters.produce(new LogCleanupFilterBuildItem("org.hibernate.orm.incubating",
"HHH90006001"));
// https://hibernate.atlassian.net/browse/HHH-16546
filters.produce(new LogCleanupFilterBuildItem("org.hibernate.tuple.entity.EntityMetamodel", "HHH000157"));
}
}

0 comments on commit 9481932

Please sign in to comment.