You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I have implemented
RemoteSyslogLogger
successfully for the most part, but with one of the implementation points I am getting this error: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 useRemoteSyslogLogger
.Also, the configuration of the
RemoteSyslogLogger
seems to be ok, and I was able to even send an event manually by usingDelayedJob::Worker.logger.info
More details in the question I opened in StackOverflow - with easy reproduction steps:
The text was updated successfully, but these errors were encountered: