mbrandau/simple-chat

Use npm package beautiful-logs for server-side logging

Closed this issue · 1 comments

Install the package with npm install --save beautiful-logs and add it to the web_server.js file using

const log = require('beautiful-logs')();

log.info('simple-chat is starting...');

Let me try this :)