Skip to content

Latest commit

 

History

History

winston-logger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

example how to use winston logger with Fastify v2

This example shows you how to customize logger.

Check now the source code! You will find all the info there in the comments.

You can run this project simply by:

cd winston-logger
npm i
npm start

NOTE: give a look also to the package.json to find out how the scripts are done 😉