Set tracing level to debug when cargo config get env fails
This commit is contained in:
parent
722f79d374
commit
2169fc7f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ pub(crate) fn cargo_config_env(
|
|||
tracing::debug!("Discovered cargo config env: {:?}", env);
|
||||
})
|
||||
.inspect_err(|err| {
|
||||
tracing::error!("Failed to discover cargo config env: {:?}", err);
|
||||
tracing::debug!("Failed to discover cargo config env: {:?}", err);
|
||||
})
|
||||
.unwrap_or_default()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue