Cole Ellison
Cole Ellison
I'm interested in helping maintain this package. What is your process for making decisions on that front?
@bithavoc Sorry for the delayed response. I am using the package, though currently on a closed-source project. I can put together something you can look at if you want to...
That all sounds good. What's the process for publishing to NPM? I'm looking to close #190, but want to make sure the changes get published so we can close some...
@bithavoc I forgot to mention that the Changelog has been updated. Feel free to release 3.0.1 when you can!
Could you explain your issue in more detail? How do you expect `bodyBlacklist` to work? Can you provide an example of how it is failing to perform to your expectations?...
@krazylearner did the answer provided by @dmichelin work for you? You should be able to print to `stdout` by specifying a [transporter](https://github.com/bithavoc/express-winston#request-logging). Does this solution not work for you?
@ORESoftware `silly` logging is typically used to log *EVERYTHING* (Each function call, action, variable, extra information, whatever), whereas `verbose` logging is closer to `debug` logging, providing a logged pseudo-trace through...