dan1t0 / Rest_Wifi-Pi

Very simple (and alfa) API to manage RaspWifi-Pi
1 stars 1 forks source link

Logging needed for error and other messages #12

Open javuto opened 9 years ago

javuto commented 9 years ago

Logging should be done to external files using a logger module. It is very popular Winston, let's look into it:

https://github.com/winstonjs/winston

jesusprubio commented 9 years ago

Winston is my favorite one. :)