MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / setDebugLogEnabled

Function setDebugLogEnabled

packages/core/src/debug-log/index.ts:30–32  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

28 * Logging is disabled by default and should only be enabled in dev/debug mode.
29 */
30export function setDebugLogEnabled(enabled: boolean): void {
31 debugLogEnabled = enabled
32}
33
34/**
35 * Simple file-based debug log function.

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected