MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / logService

Function logService

scripts/dev-static.mjs:87–90  ·  view source on GitHub ↗
(name, message, color = c.reset)

Source from the content-addressed store, hash-verified

85};
86
87function logService(name, message, color = c.reset) {
88 const ts = new Date().toISOString().split("T")[1].split(".")[0];
89 console.log(`${c.dim}${ts}${c.reset} ${color}[${name}]${c.reset} ${message}`);
90}
91
92function logStep(step, message) {
93 console.log(`${c.cyan}[${step}]${c.reset} ${message}`);

Callers 9

buildFrontendFunction · 0.90
spawnServiceFunction · 0.70
waitForServiceFunction · 0.70
startAgentServerFunction · 0.70
startAutomationBackendFunction · 0.70
startStaticServerFunction · 0.70
startIngressFunction · 0.70
shutdownFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected