Closed this issue 7 years ago · 1 comments
Install the package with npm install --save beautiful-logs and add it to the web_server.js file using
npm install --save beautiful-logs
const log = require('beautiful-logs')(); log.info('simple-chat is starting...');
Let me try this :)