huaweicloud / huaweicloud-sdk-java-obs

The OBS SDK for Java, which is used for accessing Object Storage Service
Other
133 stars 116 forks source link

how to turn off writing logs in springboot console when using obsclient. #99

Closed dinusha-tv closed 10 months ago

billschen commented 10 months ago

I have the same problem! information on page 配置SDK日志 but not help!

dinusha-tv commented 10 months ago

use this configuration in your application.yml or properties file

logging: level: com: obs: ERROR