specify log file

This commit is contained in:
decentral1se 2022-08-16 13:15:17 +02:00
parent 9da4e72f75
commit 01db057d6a
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ SIGNUPS_ALLOWED=true
USE_SYSLOG=true
EXTENDED_LOGGING=true
LOG_FILE=/data/vaultwarden.log
LOG_LEVEL=warn
SECRET_ADMIN_TOKEN_VERSION=v1 # length=48

View File

@ -13,6 +13,7 @@ services:
- "ADMIN_TOKEN_FILE=/run/secrets/admin_token"
- "USE_SYSLOG=$USE_SYSLOG"
- "EXTENDED_LOGGING=$EXTENDED_LOGGING"
- "LOG_FILE=$LOG_FILE"
- "LOG_LEVEL=$LOG_LEVEL"
configs:
- source: app_entrypoint