1.0.2 • Published 7 months ago

nipo v1.0.2

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
7 months ago

nipo

Simple and opinionated Pino-based logger plugin for Hapi.js.

Node.js CI

Lead Maintainer: Gil Pedersen

Setup and configuration

await server.register({
    plugin: require('Nipo'),
    options: {
        pino: { … }
    }
});

This will log JSON'ified response entries to stdout, and server and request events to stderr. To make the logs prettier while developing, install the pino-pretty module, and enable it using the transport pino option.

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.5.0

3 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago