Skip to content

momo1037/fastify-winston

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastify-winston

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.

About

Winston logger for fastify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published