MCPcopy
hub / github.com/AutoMaker-Org/automaker / setRequestLoggingEnabled

Function setRequestLoggingEnabled

apps/server/src/index.ts:110–112  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

108 * Enable or disable HTTP request logging at runtime
109 */
110export function setRequestLoggingEnabled(enabled: boolean): void {
111 requestLoggingEnabled = enabled;
112}
113
114/**
115 * Get current request logging state

Callers 2

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected