remove deprecation warnings (already done in config.yml.example)

This commit is contained in:
Athou
2023-04-28 09:34:16 +02:00
parent ababcf7850
commit d96f8da8fd

View File

@@ -108,6 +108,7 @@ 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