| 83 | } |
| 84 | |
| 85 | export interface LogControllerOptions { |
| 86 | disableRequestLogging?: boolean | ((req: FastifyRequest) => boolean) |
| 87 | requestIdLogLabel?: string |
| 88 | } |
| 89 | |
| 90 | export declare class LogController { |
| 91 | disableRequestLogging: boolean | ((req: FastifyRequest) => boolean) |
nothing calls this directly
no outgoing calls
no test coverage detected