Commit f7f0cad1 authored by 黎博's avatar 黎博

修改下日志格式

parent ca9530f4
......@@ -71,7 +71,7 @@ public class JiraController {
jiraData.append(str);
}
br.close();
log.info("收到JIRA 推送:{}", JSON.toJSONString(jiraData));
log.info("收到线上JIRA BUG推送:{}", jiraData);
} catch (Exception e) {
e.printStackTrace();
}
......
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