MCPcopy Create free account
hub / github.com/fastify/fastify / LogControllerOptions

Interface LogControllerOptions

types/logger.d.ts:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85export interface LogControllerOptions {
86 disableRequestLogging?: boolean | ((req: FastifyRequest) => boolean)
87 requestIdLogLabel?: string
88}
89
90export declare class LogController {
91 disableRequestLogging: boolean | ((req: FastifyRequest) => boolean)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected