diff --git a/commafeed-server/config.dev.yml b/commafeed-server/config.dev.yml index c1d0c8be..7ad81ba7 100644 --- a/commafeed-server/config.dev.yml +++ b/commafeed-server/config.dev.yml @@ -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 diff --git a/commafeed-server/config.yml.example b/commafeed-server/config.yml.example index ad02695b..636f4e85 100644 --- a/commafeed-server/config.yml.example +++ b/commafeed-server/config.yml.example @@ -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