apps/do: enable vikunja debug logging

This commit is contained in:
xeruf 2024-03-11 20:21:54 +03:00
parent 7f9cfd6171
commit 6e941da1d1
1 changed files with 10 additions and 2 deletions

View File

@ -76,11 +76,19 @@ data:
type: postgres type: postgres
host: vikunja-postgresql host: vikunja-postgresql
password: "${postgresql_password}" password: "${postgresql_password}"
# https://vikunja.io/docs/config-options/#log
log: log:
path: "/app/vikunja" path: "/app/vikunja"
standard: stderr
level: debug
database: file
databaselevel: info
http: file http: file
database: stderr echo: file
databaselevel: debug events: file
eventslevel: debug
mail: file
maillevel: debug
defaultsettings: defaultsettings:
avatar_provider: gravatar avatar_provider: gravatar
discoverable_by_name: true discoverable_by_name: true