We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5821f5f commit 8c57186Copy full SHA for 8c57186
src/self-managed-debug/src/system_catalog_dumper.rs
@@ -873,7 +873,7 @@ impl<'n> SystemCatalogDumper<'n> {
873
Ok(()) => Ok(()),
874
Err(err) => {
875
error!(
876
- "{}: {}. Retrying...",
+ "{}: {:#}. Retrying...",
877
format_catalog_dump_error_message(relation_name, cluster_replica),
878
err
879
);
@@ -975,7 +975,7 @@ impl<'n> SystemCatalogDumper<'n> {
975
};
976
977
978
- "{}: {}.\nConsider increasing the size of the cluster {}",
+ "{}: {:#}.\nConsider increasing the size of the cluster {}",
979
format_catalog_dump_error_message(relation.name, replica),
980
err,
981
docs_link
0 commit comments