good-requests-filter
v0.1.0
Published
Simple transform stream for filtering specific resuqest logging with good
Maintainers
Readme
good-requests-filter
Simple transform stream for filtering specific request logging with good
Good Requests Filter
Extends Stream.Transform and filters requests logs which match given regular expressions
new GoodRequestsFilter (options)
Creates a new GoodRequestsFilter transform stream.
optionsan object with apathsproperty which is an array of regular expressions to filter. For example `{ paths: [ //swaggerui/*/ ] }
