do: database debug logs to stderr
This commit is contained in:
parent
7ed176c8b3
commit
f4a5377ca7
|
@ -38,9 +38,9 @@ data:
|
||||||
host: vikunja-postgresql
|
host: vikunja-postgresql
|
||||||
password: "${postgresql_password}"
|
password: "${postgresql_password}"
|
||||||
log:
|
log:
|
||||||
path: "/tmp"
|
path: "/app/vikunja"
|
||||||
http: file
|
http: file
|
||||||
database: file
|
database: stderr
|
||||||
databaselevel: debug
|
databaselevel: debug
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue