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
Hello. So far I used Sidekiq with ActiveJob where all exceptions were logging with their backtrace, regardless of using rescue_from and raising errors. After migrating to Shoryuken by default I'm getting only a short status information, e.g.
2017-04-07T16:36:04Z 4163 TID-oxciegseg ActiveJob/ExampleJob/my_queue/9623e444-9216-4be3-b4a6-6f85ed3bcfe6 INFO: failed in: 1317.8410000000001 ms
Hello. So far I used Sidekiq with ActiveJob where all exceptions were logging with their backtrace, regardless of using
rescue_from
and raising errors. After migrating to Shoryuken by default I'm getting only a short status information, e.g.unless I perform explicitly:
in a
rescue_from
block. Is there a way to log that everywhere by default?The text was updated successfully, but these errors were encountered: