mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user