KristerV / heliumpay-budgetweb-backend

2 stars 2 forks source link

Add Logging #11

Open jschr opened 7 years ago

KristerV commented 7 years ago

As far as I can see we should log:

  1. API requests and responses (parts of it at least)
  2. System critical actions like access to runcli().
  3. Would be great to have a graphical overview of what's happening in the system. Analytics I guess.

We can pick any logging helper package from npm. I've used winston, would recommend.