mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #3061] Log message to stderr if LOG_FILE is not writable #3102
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?
Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/3061
State: closed
Merged: Yes
Closes #3055. Logs a message to stderr if the configured log file isn't writable. Because the
error!macro is configured to use any log files already set up I'm usingeprintln!here. Let me know if there's another way you would prefer.