property RequestLoggerOptions.excludePaths

Paths to skip logging (e.g. ['/health']). A string is an EXACT match; a RegExp is tested against the path.

Default: [] — nothing is skipped, unchanged.

Type

readonly PathPattern[]

Usage

import { type RequestLoggerOptions } from "logger-plugin/src/index.ts";