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

Problems with ActiveSupport tagged logging #74

Open
solnic opened this issue Dec 12, 2020 · 2 comments
Open

Problems with ActiveSupport tagged logging #74

solnic opened this issue Dec 12, 2020 · 2 comments

Comments

@solnic
Copy link
Member

solnic commented Dec 12, 2020

A problem reported in this reddit thread

You should know that dry-container doesn't play well with activesupport tagged logging because of use of fibers. (Thread.current is fiber local, not thread local, and they rely on that)

@flash-gordon
Copy link
Member

Ugh, are there any examples? I don't quite get how dry-container uses thread local values

@solnic
Copy link
Member Author

solnic commented Dec 14, 2020

@flash-gordon I'll try to reach out to the person from the reddit thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants