nastyhosts-log-plugin
v2.1.0
Published
Log requests for further analysis
Downloads
1
Readme
NastyHosts Log Plugin
Log requests to NastyHosts for further analysis.
How to use
Run this in your NastyHosts installation
$ npm install nastyhosts-log-plugin
and add "log"
to plugins in your NastyHosts config.json
:
{
"plugins": [
"log",
"..."
]
}