[ Cmii ] [ Octopus ] - reformat agent-go - 3

This commit is contained in:
zeaslity
2024-03-29 17:46:17 +08:00
parent cf30d8852b
commit 8e1304aac0
3 changed files with 62 additions and 12 deletions

View File

@@ -16,7 +16,6 @@ import java.util.ArrayDeque;
import java.util.HashMap;
import static io.wdd.common.config.OctopusObjectMapperConfig.OctopusObjectMapper;
import static io.wdd.common.config.OctopusObjectMapperConfig.WriteToString;
@Configuration
@Slf4j(topic = "Octopus Message Listener")
@@ -67,10 +66,10 @@ public class OMessageToServerListener {
}
// Octopus Message Handler
log.info(
"received from agent : {} ",
WriteToString(octopusMessage)
);
// log.info(
// "received from agent : {} ",
// WriteToString(octopusMessage)
// );
// 获取Agent的版本信息