This commit is contained in:
bryan.zhang
2018-01-11 15:05:44 +08:00
parent 42257ed691
commit 5823fa6378

View File

@@ -117,7 +117,7 @@ public abstract class AbsSlot implements Slot{
str.append("==>");
}
}
LOG.info(str.toString());
LOG.info("[{}]:{}",getRequestId(),str.toString());
}
@Override