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

Support slf4j to log4j2 #7656

Merged
merged 4 commits into from
Feb 7, 2023
Merged

Support slf4j to log4j2 #7656

merged 4 commits into from
Feb 7, 2023

Conversation

trask
Copy link
Member

@trask trask commented Jan 25, 2023

No description provided.

@@ -26,12 +26,62 @@ dependencies {
}

tasks {
test {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: WDYT about using the test suites feature instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I found a good solution, ptal

@trask trask marked this pull request as ready for review February 5, 2023 01:34
@trask trask requested a review from a team as a code owner February 5, 2023 01:34
// this is needed for the async logging test
testImplementation("com.lmax:disruptor:3.4.2")
}

tasks.withType<Test>().configureEach {
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: you could extract findProperty("testLatestDeps") as Boolean to a variable

@trask trask merged commit a26b5f6 into open-telemetry:main Feb 7, 2023
@trask trask deleted the slf4j-to-log4j2 branch February 7, 2023 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants