question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

winston crashes when running the app using --use-strict

See original GitHub issue

This 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:closed
  • Created 8 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
springupercommented, Feb 25, 2016

+1, can’t image a hotfix will take so long time

0reactions
pleerockcommented, Feb 25, 2016

agree

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found