We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BceHttpClient#execute 中的 ,在不调整日志级别的情况下,不期望SDK为我打印日志 if (logger.isInfoEnabled()) { logger.info("Unable to execute HTTP request", e); }
或者,com.baidubce.services.iotdmp.PlatformClient#getDevice 方法执行时,IoT平台没有 设备,SDK不要打印 exception 信息日志。抛出或者返回即可。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BceHttpClient#execute 中的 ,在不调整日志级别的情况下,不期望SDK为我打印日志
if (logger.isInfoEnabled()) {
logger.info("Unable to execute HTTP request", e);
}
或者,com.baidubce.services.iotdmp.PlatformClient#getDevice 方法执行时,IoT平台没有 设备,SDK不要打印 exception 信息日志。抛出或者返回即可。
The text was updated successfully, but these errors were encountered: