forked from Archives/Athou_commafeed
reduce default sql logging level for dev
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user