reduce default sql logging level for dev

This commit is contained in:
Athou
2014-12-04 09:12:08 +01:00
parent 90aaae9959
commit e40dd14bbf

View File

@@ -91,7 +91,7 @@ logging:
loggers: loggers:
com.commafeed: DEBUG com.commafeed: DEBUG
liquibase: INFO liquibase: INFO
org.hibernate.SQL: ALL org.hibernate.SQL: INFO # or ALL for sql debugging
org.hibernate.engine.internal.StatisticalLoggingSessionEventListener: WARN org.hibernate.engine.internal.StatisticalLoggingSessionEventListener: WARN
appenders: appenders:
- type: console - type: console