mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user