Bitwarden admin token retrieval

Hello,

I was used to retrieve Bitwarden admin token from the log file at addon startup as per documentation. It seems that it is not displayed anymore, see log file at startup. How can I access it?
Running HAOS 2025.2.0
Bitwarden addon : 0.24.1

Thank you

 Add-on: Vaultwarden (Bitwarden)
 Open source password management solution
-----------------------------------------------------------
 Add-on version: 0.24.1
 You are running the latest version of this add-on.
 System: Home Assistant OS 14.2  (amd64 / qemux86-64)
 Home Assistant Core: 2025.2.0
 Home Assistant Supervisor: 2025.03.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-timezone: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
[18:39:39] INFO: Configuring timezone (Europe/Paris)...
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service base-addon-timezone successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-nginx: starting
s6-rc: info: service vaultwarden: starting
s6-rc: info: service vaultwarden successfully started
[18:39:40] INFO: Starting the Vaultwarden server...
/--------------------------------------------------------------------\
|                        Starting Vaultwarden                        |
|                           Version 1.33.2                           |
|--------------------------------------------------------------------|
| 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://github.com/dani-garcia/vaultwarden/discussions or        |
|   https://vaultwarden.discourse.group/                             |
| Report suspected bugs/issues in the software itself at:            |
|   https://github.com/dani-garcia/vaultwarden/issues/new            |
\--------------------------------------------------------------------/
[INFO] Using saved config from `/data/config.json` for configuration.
[NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure.
Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`.
See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
[2025-03-05 18:39:40.348][start][INFO] Rocket has launched from http://127.0.0.1:80
s6-rc: info: service init-nginx successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
[18:39:40] INFO: Starting NGinx...
s6-rc: info: service legacy-services successfully started

To retrieve the admin token quickly and easily, I followed these steps:

  1. Export the entire vault in JSON format.
  2. Uninstall the Addon.
  3. Reinstall it.
  4. Start the Addon and obtain the admin token from the log file, then save it in a secure location. Import the previously saved file.

This is certainly the quickest and safest approach.