1.0.9 • Published 8 months ago

fastify-winston v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

fastify-winston

npm.io npm.io npm.io npm.io npm.io npm.io npm.io

Install

npm i fastify-winston winston

Usage

import fastify from "fastify";
import fastifyWinston from "fastify-winston";

const app = fastify({
  logger: fastifyWinston({ pretty: true }),
});

app.log.info("hello world");
app.listen();

License

Licensed under MIT.

1.0.9

8 months ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago