The only required parameter is the benicio endpoint.
{
"linkLogging": {
"endpoint": "localhost:3000"
}
}
You can also pass in an array of domains to blacklist from being logged.
{
"linkLogging": {
"endpoint": "localhost:3000",
"blacklist": [
"gist.github.com",
"someotherdomain.com"
]
}
}
npm i
npm t