[PR #876] Make panics logable (as warn) #3618

Closed
opened 2025-10-09 18:26:50 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/876

State: closed
Merged: Yes


panic!()'s only appear on stderr, this makes tracking down some strange
issues harder with the usage of docker since stderr does not get logged
into the bitwarden.log file. This change logs the message to stdout and
the logfile when activated.

**Original Pull Request:** https://github.com/dani-garcia/vaultwarden/pull/876 **State:** closed **Merged:** Yes --- panic!()'s only appear on stderr, this makes tracking down some strange issues harder with the usage of docker since stderr does not get logged into the bitwarden.log file. This change logs the message to stdout and the logfile when activated.
OVERLORD added the pull-request label 2025-10-09 18:26:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3618