androsov-d / learning-grammy

0 stars 1 forks source link

Feature: Add logging #2

Open dmltdev opened 4 months ago

dmltdev commented 4 months ago

Add logger from https://github.com/winstonjs/winston Log all important parts of the app that you consider to be important. Remember to use different log types where appropriate: log.info() | log.debug() | log.error().

Use two log transports:

dmltdev commented 4 months ago

With #5, you can mark this as done and close it.

dmltdev commented 4 months ago

@androsov-d