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

RemoteSyslogLogger::UdpSender error: IOError: closed stream #24

Open
DannyBen opened this issue Jul 16, 2018 · 2 comments
Open

RemoteSyslogLogger::UdpSender error: IOError: closed stream #24

DannyBen opened this issue Jul 16, 2018 · 2 comments

Comments

@DannyBen
Copy link
Contributor

DannyBen commented Jul 16, 2018

I have implemented RemoteSyslogLogger successfully for the most part, but with one of the implementation points I am getting this error:

RemoteSyslogLogger::UdpSender error: IOError: closed stream

without any additional details (other than "original message").

Any idea how to debug this?

For context, it happens only on my DelayedJob process, which was also set to use RemoteSyslogLogger.

Also, the configuration of the RemoteSyslogLogger seems to be ok, and I was able to even send an event manually by using DelayedJob::Worker.logger.info

More details in the question I opened in StackOverflow - with easy reproduction steps:

@CtrlDot
Copy link

CtrlDot commented Nov 29, 2019

Any update on this?

@uberllama
Copy link

FYI we solved this by running DJ in foreground via bundle exec rake jobs:work rather than as a daemon.

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

3 participants