
29
Sep, 18
Send Email when an Error Occurs in Sails.js
We can use the log4js library for logging errors. Log4js is a light-weight and flexible plugin. To install this plugin in our application, we will run the following command in the terminal: npm install log4js 1 npm install log4js After installation of this plugin, we...
Recent Comments