提交 31e4ceb0 编写于 作者: C caoyixiong 提交者: wu-sheng

change the agent log level to millisecond (#1580)

* Fix bug stop stopSpan when not createSpan

* Fix bug stop stopSpan when not createSpan

* change the agent log level to millisecond
上级 26f88ba5
...@@ -66,7 +66,7 @@ public class EasyLogger implements ILog { ...@@ -66,7 +66,7 @@ public class EasyLogger implements ILog {
String format(LogLevel level, String message, Throwable t) { String format(LogLevel level, String message, Throwable t) {
return StringUtil.join(' ', level.name(), return StringUtil.join(' ', level.name(),
new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()), new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS").format(new Date()),
targetClass.getSimpleName(), targetClass.getSimpleName(),
": ", ": ",
message, message,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册