forked from Archives/Athou_commafeed
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
|
liquibase: INFO
|
||||||
org.hibernate.SQL: INFO # or ALL for sql debugging
|
org.hibernate.SQL: INFO # or ALL for sql debugging
|
||||||
org.hibernate.engine.internal.StatisticalLoggingSessionEventListener: WARN
|
org.hibernate.engine.internal.StatisticalLoggingSessionEventListener: WARN
|
||||||
org.hibernate.orm.deprecation: "OFF"
|
|
||||||
appenders:
|
appenders:
|
||||||
- type: console
|
- type: console
|
||||||
- type: file
|
- type: file
|
||||||
|
|||||||
@@ -122,7 +122,6 @@ logging:
|
|||||||
com.commafeed: INFO
|
com.commafeed: INFO
|
||||||
liquibase: INFO
|
liquibase: INFO
|
||||||
io.dropwizard.server.ServerFactory: INFO
|
io.dropwizard.server.ServerFactory: INFO
|
||||||
org.hibernate.orm.deprecation: "OFF"
|
|
||||||
appenders:
|
appenders:
|
||||||
- type: console
|
- type: console
|
||||||
- type: file
|
- type: file
|
||||||
|
|||||||
Reference in New Issue
Block a user