-
Notifications
You must be signed in to change notification settings - Fork 120
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
undefined method `current_tags' for nil:NilClass #112
Comments
Hi, MultiLogger implements ActiveSupport's tagged logging interface - namely, the |
Hello, sorry for delay, it is a full trace:
It occurs only if I use a delayed job. |
Thanks, that's helpful. IMO, ActiveJob is doing the "wrong" thing here by reaching into the Exposing |
@dwbutler Thank you, It will be grat. Let me know if ou need more details to debug that problem. |
@es1o Can you try out the referenced patch and see if that resolves the issue for you? Thanks! |
@dwbutler It works! When it will be in release? Now I use specific revision in my gemfile, but it will be grat if I could install version of logstash-logger. |
The fix has been released in 0.22.1. |
Hello.
I use logstash-logger 0.22.0 with my rails application and sidekiq. When I run perform_later function I get an error:
undefined method `current_tags' for nil:NilClass
This is my logger configuration:
The text was updated successfully, but these errors were encountered: