Separate timeout and connection dropped errors out (#30457)
This commit is contained in:
parent
39da72161f
commit
471e02d48f
25 changed files with 313 additions and 115 deletions
|
@ -4358,11 +4358,7 @@ impl BackgroundScanner {
|
|||
let canonical_path = match self.fs.canonicalize(&child_abs_path).await {
|
||||
Ok(path) => path,
|
||||
Err(err) => {
|
||||
log::error!(
|
||||
"error reading target of symlink {:?}: {:?}",
|
||||
child_abs_path,
|
||||
err
|
||||
);
|
||||
log::error!("error reading target of symlink {child_abs_path:?}: {err:#}",);
|
||||
continue;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue