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