mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Question: Logging #2046
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VirtualInterpreter on GitHub.
Hi there, I'm having a bit of trouble getting logging to work, I've read the related wiki section on Logging
I'm using the command:
Where
bitwarden_rs_rasp:armhas been built from master yesterday via the command:docker build -t bitwarden_rs_rasp --build-arg DB=sqlite .Currently, I'm running docker as root and the folder /bw-data/ is owned by root.
I can't see a log file being generated but I do see logs in
docker logs bitwardenwhen I interact with the web guiWould anyone be able to advise me on what I'm doing wrong?
@VirtualInterpreter commented on GitHub:
The
LOG_FILElocation I was using was wrong it should have been under/data/, thought I had already tried that 🤦♂