Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevents errors from being logged #3

Open
lorensr opened this issue Nov 21, 2015 · 0 comments
Open

Prevents errors from being logged #3

lorensr opened this issue Nov 21, 2015 · 0 comments

Comments

@lorensr
Copy link

lorensr commented Nov 21, 2015

This has been a huge pain, and I just now figured out it was due to this or the winston package.

There are many types of errors for which instead of the error message, like:

Error: A method named 'foo' is already defined

or:

Error: 'bar' is undefined

(which come with a stack trace and line numbers)

I only get:

=> Exited with code: 1

And I have no idea what went wrong, and have to binary search deleting my changes since last working version. I just discovered that when I remove this line:

Winston.add Winston_Loggly, logging_opts

then I see the useful error messages again.

Related:

Wylio/meteor-winston-papertrail#3

@lorensr lorensr changed the title Prevents errors from being reported Prevents errors from being logged Nov 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant