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[]