generate hibernate statistics in dev profile

This commit is contained in:
Gauthier Roebroeck 2019-11-21 15:34:49 +08:00
parent 8000cdf0b6
commit 3cedd17950

View file

@ -1,6 +1,3 @@
logging.level:
web: DEBUG
# org.springframework.security.web.FilterChainProxy: DEBUG
komga:
threads:
parse: 1
@ -11,9 +8,16 @@ komga:
spring:
profiles:
include: flyway
jpa:
properties:
hibernate:
generate_statistics: true
logging:
file:
max-history: 1
name: komga-dev.log
level:
org.gotson.komga: debug
org.gotson.komga: DEBUG
web: DEBUG
org.hibernate.stat: DEBUG
# org.springframework.security.web.FilterChainProxy: DEBUG