Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

good-requests-filter

elegantmonkeys214BSD-3-Clause0.1.0

Simple transform stream for filtering specific resuqest logging with good

good, good-reporter, transform-stream, request

readme

good-requests-filter

Simple transform stream for filtering specific request logging with good

Build status

Good Requests Filter

Extends Stream.Transform and filters requests logs which match given regular expressions

new GoodRequestsFilter (options)

Creates a new GoodRequestsFilter transform stream.

  • options an object with a paths property which is an array of regular expressions to filter. For example `{ paths: [ //swaggerui/*/ ] }