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

Remove tagged logging support #1355

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Remove tagged logging support #1355

merged 1 commit into from
Dec 20, 2024

Conversation

unflxw
Copy link
Contributor

@unflxw unflxw commented Dec 19, 2024

This commit removes tagged logging support from Appsignal::Logger, essentially reverting most of the changes in #1344, #1350, #1351 and #1354.

The change to use instance variables instead of thread variables is maintained, as well as the tests that assert the expected behaviour when used alongside ActiveSupport::TaggedLogging, which pass notwithstanding the reverted functionality. This makes explicit in our test suite the way in which tagged logging is supported.

This commit removes tagged logging support from `Appsignal::Logger`,
essentially reverting most of the changes in #1344, #1350, #1351 and

The change to use instance variables instead of thread variables is
maintained, as well as the tests that assert the expected behaviour
when used alongside `ActiveSupport::TaggedLogging`, which pass
notwithstanding the reverted functionality. This makes explicit in
our test suite the way in which tagged logging is supported.
@unflxw unflxw added the bug label Dec 19, 2024
@unflxw unflxw self-assigned this Dec 19, 2024
@unflxw unflxw added chore and removed bug labels Dec 19, 2024
@unflxw unflxw merged commit c610a0c into main Dec 20, 2024
151 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants