refactor: log errors with {:#}

even though it's a std::io::Error

Co-authored-by: Christian Schwarz <christian@neon.tech>
This commit is contained in:
Joonas Koivunen
2023-05-11 20:01:24 +03:00
committed by GitHub
parent 6d3be4cf7d
commit 0b42ba9615

View File

@@ -1561,7 +1561,7 @@ impl Tenant {
}
Err(e) => {
warn!(
"failed to remove local timeline directory {}: {e}",
"failed to remove local timeline directory {}: {e:#}",
local_timeline_directory.display()
);
return Err(