Skip to content

Logging request/response in Hapi like good #47

@SundarNatarajan

Description

@SundarNatarajan

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions