Make logging less verbose

This commit is contained in:
Hocuri
2021-04-22 17:40:19 +02:00
parent a4486d8c30
commit a1ef32170d
2 changed files with 3 additions and 9 deletions

View File

@@ -1118,7 +1118,7 @@ pub(crate) async fn perform_job(context: &Context, mut connection: Connection<'_
if let Err(err) = res {
warn!(
context,
"{} removes job {} as it failed with error {:?}", &connection, job, err
"{} removes job {} as it failed with error {:#}", &connection, job, err
);
} else {
info!(