flakehub cache init failure is an error

This commit is contained in:
Cole Mickens 2024-11-05 14:48:00 -08:00
parent a54a97ff9b
commit 7841b8bbe2

View file

@ -354,7 +354,7 @@ async fn main_cli() -> Result<()> {
Some(state)
}
Err(err) => {
tracing::debug!("FlakeHub cache initialization failed: {}", err);
tracing::error!("FlakeHub cache initialization failed: {}", err);
None
}
}