ryanbillingsley / express-ipfilter

A light-weight IP address based connection filtering system
MIT License
109 stars 44 forks source link

Shut off verbose Logging? #20

Closed nuclearspike closed 8 years ago

nuclearspike commented 8 years ago

I'd like to have an option to shut off the logging. When I'm blacklisting, I'd only want to see attempts from the blacklisted IP show up in the logs, but it's logging every single request from every single IP telling me it granted them access. That's way more than I was wanting. How can I shut this off without uninstalling?

nuclearspike commented 8 years ago

nm, I looked through the tests to see the { log: false } setting. That should be in the readme.

ryanbillingsley commented 8 years ago

The options were added to the readme