-
Notifications
You must be signed in to change notification settings - Fork 94
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
Winston crashes process (solved) & does NOT reconnect to Papertrail after LOST connection (open) #90
Comments
Ok I have found a solution to prevent crashes: add this line to your config
like
|
I can provoke this locally by switching off WLAN. The remaining problem is that AFTER LOOSING the connection once, it does NOT reconnect to papertrail. Any idea how to have winston RECONNECT to papertrail? |
I have same issue with no ability to reconnect. I have had that issue for a while now, it's rather annoying. If anybody has a fix for this it would be much appreciated. |
Yes, having trouble with this issue too. We're trying to use this in an electron app context. |
Been having the same issue for a while too, and switching to the syslog transport, or adding |
Hi guys,
woohhhaaa! my winston setup crashes the process when the connection to papertrail is lost:
and
I wouldn't expect a pro-logger library to need a
try-catch
.Is this package still maintained?
The text was updated successfully, but these errors were encountered: