winston crashes when running the app using --use-strict
See original GitHub issueThis code crashes:
require('winston');
when I run this using --use-strict node --use-strict app.js
my node.js version: 4.1.0
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Winston 3.0.0 still halts logging in high stress. Makes ... - GitHub
This issue has been closed, but running the following code (which I also ... "use strict"; let winston = require('winston'); const myFormat ...
Read more >PM2 doesn't pick errors spat out by Winston in console
The app crashes and restarts several times because it has a dependency on MongoDB and if MongoDB is not running, the app must...
Read more >Node Logging Basics - The Ultimate Guide To Logging - Loggly
In this guide, we're going to look at primarily Winston and Pino. ... transports and run as a separate process, piping stdout of...
Read more >Nodejs Security - OWASP Cheat Sheet Series
NodeJS Security Cheat Sheet¶. Introduction¶. This cheat sheet lists actions developers can take to develop secure Node.js applications.
Read more >Avoiding Memory Leaks in Node.js: Best Practices for ...
Memory leaks can result in problems such as application slowdowns, crashes, high latency, and so on. In this blog post, we will look...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1, can’t image a hotfix will take so long time
agree