apps/do: enable vikunja debug logging
This commit is contained in:
parent
7f9cfd6171
commit
6e941da1d1
|
@ -76,11 +76,19 @@ data:
|
|||
type: postgres
|
||||
host: vikunja-postgresql
|
||||
password: "${postgresql_password}"
|
||||
# https://vikunja.io/docs/config-options/#log
|
||||
log:
|
||||
path: "/app/vikunja"
|
||||
standard: stderr
|
||||
level: debug
|
||||
database: file
|
||||
databaselevel: info
|
||||
http: file
|
||||
database: stderr
|
||||
databaselevel: debug
|
||||
echo: file
|
||||
events: file
|
||||
eventslevel: debug
|
||||
mail: file
|
||||
maillevel: debug
|
||||
defaultsettings:
|
||||
avatar_provider: gravatar
|
||||
discoverable_by_name: true
|
||||
|
|
Loading…
Reference in New Issue