mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 11:30:58 +00:00
sync: print whole error chain per group
instead of just the top-most context/error, which often excludes relevant information, such as when locking fails. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
a7a28c4d95
commit
8a056670ea
@ -969,7 +969,7 @@ pub(crate) async fn pull_ns(
|
||||
match pull_group(params, namespace, &group, &mut progress).await {
|
||||
Ok(stats) => sync_stats.add(stats),
|
||||
Err(err) => {
|
||||
info!("sync group {} failed - {err}", &group);
|
||||
info!("sync group {} failed - {err:#}", &group);
|
||||
errors = true; // do not stop here, instead continue
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user