do: enable database debug logging

This commit is contained in:
xeruf 2022-07-13 20:54:42 +01:00
parent 1f2023f0b0
commit c4fecfa62c
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ data:
type: postgres type: postgres
host: vikunja-postgresql host: vikunja-postgresql
password: "${postgresql_password}" password: "${postgresql_password}"
log:
database: stdout
databaselevel: debug
ingress: ingress:
main: main:
enabled: true enabled: true