mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
LOG_FILE not working properly #4951
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 @Igortorrente on GitHub (Jun 28, 2022).
LOG_FILE not working properly
For some reason the LOG_FILE environment variables isn't working.
Deployment environment
Config (Generated via diagnostics page)
Environment settings which are overridden:
Install method: podman
Clients used: web vault.
Reverse proxy and version: Nginx 1.22 with the configuration based on the user blackdex here
MySQL/MariaDB or PostgreSQL version: PostgreSQL:14-bullseye
Other relevant details: podman version 3.0.1
Steps to reproduce
See the stdout output.
Expected behaviour
From this wiki page. When set properly, all the log should also be stored in a file indicated by the content of LOG_FILE variable.
Actual behaviour
The log continues being dump in to the stdout, but nothing is stored in the file.
@Igortorrente commented on GitHub (Jun 28, 2022):
I find the issue almost immediately after I post it. It was a permission issue on the log folder.