Commit 498eabb9 authored by data-赵 玉龙's avatar data-赵 玉龙

更新版本

parent e6ad7233
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</parent> </parent>
<groupId>cn.quantgroup.dinglog</groupId> <groupId>cn.quantgroup.dinglog</groupId>
<artifactId>dinglog-spring-boot-started</artifactId> <artifactId>dinglog-spring-boot-started</artifactId>
<version>2021.05.10.1</version> <version>2021.12.17.1</version>
<name>dinglog-spring-boot-started</name> <name>dinglog-spring-boot-started</name>
<description>dinglog project for Spring Boot</description> <description>dinglog project for Spring Boot</description>
......
...@@ -110,7 +110,7 @@ public class LogErrorSendMsgUtil { ...@@ -110,7 +110,7 @@ public class LogErrorSendMsgUtil {
responseData = WebV2Utils.doPost(url, params, Constants.CHARSET_UTF8, responseData = WebV2Utils.doPost(url, params, Constants.CHARSET_UTF8,
1000, 1000); 1000, 1000);
} catch (IOException e) { } catch (IOException e) {
logger.error("访问killbugs发送异常,msg={}", e.getLocalizedMessage()); logger.info("访问killbugs发送异常,msg={}", e.getLocalizedMessage());
} }
if (responseData.getBody() != null && responseData.getBody().contains("ok")) { if (responseData.getBody() != null && responseData.getBody().contains("ok")) {
logger.info("项目名{},环境={},发送成功", project_name, System.getProperty("env")); logger.info("项目名{},环境={},发送成功", project_name, System.getProperty("env"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment