调整日志等级

This commit is contained in:
xljiulang 2021-07-18 02:11:00 +08:00
parent bcca021c38
commit c5d31f38bf
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ namespace FastGithub.Dns
}
else
{
this.logger.LogError("不支持自动设置dns请手动设置网卡的dns为127.0.0.1");
this.logger.LogWarning("不支持自动设置dns请手动设置网卡的dns为127.0.0.1");
}
return default;

View File

@ -79,7 +79,7 @@ namespace FastGithub
}
catch (Exception)
{
logger.LogError($"安装根证书{caPublicCerPath}失败:请手动安装到“将所有的证书都放入下载存储”\\“受信任的根证书颁发机构”");
logger.LogWarning($"安装根证书{caPublicCerPath}失败:请手动安装到“将所有的证书都放入下载存储”\\“受信任的根证书颁发机构”");
}
}
}