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
I'll submit a PR but I really don't know what is going on here or why there is a difference, or even if this change is correct for other ruby versions....
The text was updated successfully, but these errors were encountered:
atruskie
added a commit
to atruskie/rails_semantic_logger
that referenced
this issue
Nov 15, 2024
Environment
Provide at least:
Expected Behavior
The rails_semantic_logger should not throw an exception when logging requests from an integration test.
Actual Behavior
The above stack track is sometimes thrown - consistently for a request in an integration test.
Pull Request
See #251
So, I don't really know what this error is about, or why it is caused, but I'm fairly sure the error is due to the way the instrumenter is set up.
However, if I look at rails' own rack logger and make the rails_semantic_logger look more like the rails version:
Then my test no longer fails.
I'll submit a PR but I really don't know what is going on here or why there is a difference, or even if this change is correct for other ruby versions....
The text was updated successfully, but these errors were encountered: