I find the issue almost immediately after I post it. It was a permission issue on the log folder.
<!-- gh-comment-id:1169397504 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Igortorrente on GitHub (Jun 28, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2582
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.