Skip to content

Commit 8c57186

Browse files
committed
Print error stack rather than most recent context
1 parent 5821f5f commit 8c57186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/self-managed-debug/src/system_catalog_dumper.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ impl<'n> SystemCatalogDumper<'n> {
873873
Ok(()) => Ok(()),
874874
Err(err) => {
875875
error!(
876-
"{}: {}. Retrying...",
876+
"{}: {:#}. Retrying...",
877877
format_catalog_dump_error_message(relation_name, cluster_replica),
878878
err
879879
);
@@ -975,7 +975,7 @@ impl<'n> SystemCatalogDumper<'n> {
975975
};
976976

977977
error!(
978-
"{}: {}.\nConsider increasing the size of the cluster {}",
978+
"{}: {:#}.\nConsider increasing the size of the cluster {}",
979979
format_catalog_dump_error_message(relation.name, replica),
980980
err,
981981
docs_link

0 commit comments

Comments
 (0)