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:
com.commafeed: DEBUG
liquibase: INFO
org.hibernate.SQL: ALL
org.hibernate.SQL: INFO # or ALL for sql debugging
org.hibernate.engine.internal.StatisticalLoggingSessionEventListener: WARN
appenders:
- type: console