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 a951a2b commit a3a7215Copy full SHA for a3a7215
sled-storage/src/resources.rs
@@ -442,7 +442,7 @@ impl StorageResources {
442
)
443
.await
444
.map_err(|err| {
445
- warn!(log, "Disk::new failed"; "err" => ?err);
+ error!(log, "Disk::new failed"; "err" => ?err);
446
match err {
447
// We pick this error out and identify it separately because
448
// it may be transient, and should sometimes be handled with
0 commit comments