mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 12:22:41 +01:00
generate hibernate statistics in dev profile
This commit is contained in:
parent
8000cdf0b6
commit
3cedd17950
1 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue