Replies: 2 comments 3 replies
-
|
Not sure if setting this is necessary as docker has its own syslog logging driver. |
Beta Was this translation helpful? Give feedback.
3 replies
-
services:
vaultwarden:
image: vaultwarden/server:latest
environment:
- USE_SYSLOG=true
- EXTENDED_LOGGING=true
volumes:
- ./vw-data:/data
- /dev/log:/dev/logThis one did the job for me. Note the last |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
can anyone explain how USE_SYSLOG: true (and EXTENDED_LOGGING: true) inside a docker container works? Where can I find the logs and how could I relay this to my rsyslog forwarder?
/var/log is empty (besides apt and dpkg).
Thank you!
Peter
Beta Was this translation helpful? Give feedback.
All reactions