do: enable database debug logging
This commit is contained in:
parent
1f2023f0b0
commit
c4fecfa62c
|
@ -35,6 +35,9 @@ data:
|
|||
type: postgres
|
||||
host: vikunja-postgresql
|
||||
password: "${postgresql_password}"
|
||||
log:
|
||||
database: stdout
|
||||
databaselevel: debug
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue