we removed the usage of the deprecated hibernate id generator, we no longer need to ignore warning log messages about it

This commit is contained in:
Athou
2023-06-25 07:32:14 +02:00
parent d5898a0173
commit 488a88fe95
2 changed files with 0 additions and 2 deletions

View File

@@ -117,7 +117,6 @@ logging:
liquibase: INFO
org.hibernate.SQL: INFO # or ALL for sql debugging
org.hibernate.engine.internal.StatisticalLoggingSessionEventListener: WARN
org.hibernate.orm.deprecation: "OFF"
appenders:
- type: console
- type: file

View File

@@ -122,7 +122,6 @@ logging:
com.commafeed: INFO
liquibase: INFO
io.dropwizard.server.ServerFactory: INFO
org.hibernate.orm.deprecation: "OFF"
appenders:
- type: console
- type: file