Unable to get logfile

Hi,
I’m using last vaultwarden in armbian Bullseye following wiki since 2 years but I couldn’t get logfile in my persistent directory using “-e LOG_FILE=/vw-data/vaultwarden.log”. I’ve tried to set env variable sending log to syslog to no avail.
Laurent

Hi,
Doing “docker exec -t -i CONTAINER_ID /bin/bash” vaultwarden.log is empty. So, in my case there is no logging even if logging is set in my docker command.
Laurent

and “sudo docker logs vaultwarden” wrongly gives
/--------------------------------------------------------------------
| Starting Vaultwarden |

Version 1.24.0
This is an unofficial Bitwarden implementation, DO NOT use the
official channels to report bugs/features, regardless of client.
Send usage/configuration questions or feature requests to:
https://vaultwarden.discourse.group/
Report suspected bugs/issues in the software itself at:
Sign in to GitHub · GitHub

--------------------------------------------------------------------/

[INFO] No .env file found.

[WARNING] The following environment variables are being overriden by the config file,
[WARNING] please use the admin panel to make changes to them:
[WARNING] DOMAIN, ADMIN_TOKEN

Laurent