Downgrade environment-related logging (#28509)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
8ab25e2bac
commit
b55b310ad0
1 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ impl ProjectEnvironment {
|
|||
}
|
||||
|
||||
if let Some(cli_environment) = self.get_cli_environment() {
|
||||
log::info!("using project environment variables from CLI");
|
||||
log::debug!("using project environment variables from CLI");
|
||||
return Task::ready(Some(cli_environment)).shared();
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ impl ProjectEnvironment {
|
|||
}
|
||||
|
||||
if let Some(cli_environment) = self.get_cli_environment() {
|
||||
log::info!("using project environment variables from CLI");
|
||||
log::debug!("using project environment variables from CLI");
|
||||
return Task::ready(Some(cli_environment)).shared();
|
||||
}
|
||||
|
||||
|
@ -128,7 +128,7 @@ impl ProjectEnvironment {
|
|||
}
|
||||
|
||||
if let Some(cli_environment) = self.get_cli_environment() {
|
||||
log::info!("using project environment variables from CLI");
|
||||
log::debug!("using project environment variables from CLI");
|
||||
return Task::ready(Some(cli_environment)).shared();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue