Is there any way to log the request and response tracking in Hapi.js like Good
170125/192830.995, [response] http://localhost:8080: get /swaggerui/images/favicon-16x16.png {} 304 (4ms)
As a separate logging functionality, it;s fine.
I am asking like
register: bucker,
options: {
response: 'response.log',
access: 'access.log',
error: 'error.log',
app: { file: 'app.log' },
console: true
}