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

chore: removing logback from all components #1227

Merged
merged 2 commits into from
Jun 22, 2023
Merged

chore: removing logback from all components #1227

merged 2 commits into from
Jun 22, 2023

Conversation

jeromevdl
Copy link
Contributor

Issue #, if available:

Description of changes:

We have enough log frameworks (slf4j / log4j), removing logback and use log4j

In v2, we'll use only slf4j and slf4j-simple. log4j/logback will be implementations for the logging module, nothing else.

Checklist

Breaking change checklist

RFC issue #:

  • Migration process documented
  • Implement warnings (if it can live side by side)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

enough log frameworks (slf4j / log4j), we'll remove log4j in v2 and only use slf4j (also for tests: slf4j-simple)
@codecov-commenter
Copy link

codecov-commenter commented Jun 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4db9822) 70.87% compared to head (788b458) 70.87%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1227   +/-   ##
=========================================
  Coverage     70.87%   70.87%           
  Complexity      541      541           
=========================================
  Files            72       72           
  Lines          2328     2328           
  Branches        254      254           
=========================================
  Hits           1650     1650           
  Misses          558      558           
  Partials        120      120           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@scottgerring scottgerring self-requested a review June 22, 2023 10:41
Copy link
Contributor

@scottgerring scottgerring left a comment

Choose a reason for hiding this comment

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

LGTM. Can't find any other references either.

@jeromevdl jeromevdl merged commit 458e8f6 into main Jun 22, 2023
11 checks passed
@jeromevdl jeromevdl deleted the remove-logback branch June 22, 2023 11:04
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.

None yet

3 participants