more loggging (#4404)

This commit is contained in:
François-Xavier Talbot
2025-09-22 17:53:27 +01:00
committed by GitHub
parent f3060cd9b4
commit afcdb1d0a1
2 changed files with 14 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ pub enum ApiError {
PasswordHashing(#[from] argon2::password_hash::Error),
#[error("{0}")]
Mail(#[from] crate::queue::email::MailError),
#[error("Error while rerouting request: {0}")]
#[error("Error while rerouting request: {0:?}")]
Reroute(#[from] reqwest::Error),
#[error("Unable to read Zip Archive: {0}")]
Zip(#[from] zip::result::ZipError),