What is logging? For any production stable application, we need to have some logging mechanism to let us know the application logs, errors, warnings, or any other important detail. There are plenty of ways one can setup application logs either using plain console.log …