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

Function logService

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

Source from the content-addressed store, hash-verified

84};
85
86function logService(name, message, color = c.reset) {
87 const ts = new Date().toISOString().split("T")[1].split(".")[0];
88 console.log(`${c.dim}${ts}${c.reset} ${color}[${name}]${c.reset} ${message}`);
89}
90
91function logStep(step, message) {
92 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