mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 10:56:29 +03:00
Make logging less verbose
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user