reduce logging verbosity
This commit is contained in:
parent
610e70a24d
commit
912ae58755
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ async fn process_plugin(
|
|||
|
||||
for ide in ides {
|
||||
match supported_version(ide, &versions) {
|
||||
None => warn!("{pluginkey}: IDE {ide:?} not supported."),
|
||||
None => debug!("{pluginkey}: IDE {ide:?} not supported."),
|
||||
Some(version) => {
|
||||
let entry =
|
||||
get_db_entry(&client, pluginkey, &version.version, &db, &fof_cache).await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue