log format

This commit is contained in:
得少 2019-03-04 19:23:11 +08:00
parent 0774cb23d4
commit a05be5f97b

View File

@ -229,7 +229,7 @@ public class NamingProxy {
return jsonObject.getLong("clientBeatInterval");
}
} catch (Exception e) {
NAMING_LOGGER.error("CLIENT-BEAT", "failed to send beat: " + JSON.toJSONString(beatInfo), e);
NAMING_LOGGER.error("[CLIENT-BEAT] failed to send beat: " + JSON.toJSONString(beatInfo), e);
}
return 0L;
}