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

Get rid of log4j #127

Closed
wants to merge 2 commits into from
Closed

Get rid of log4j #127

wants to merge 2 commits into from

Conversation

m-pavel
Copy link

@m-pavel m-pavel commented Dec 20, 2021

Suggest to replace log4j with slf4j+logback-classic. Better than updating to actual log4j version every week 😄

@mmarquee
Copy link
Owner

mmarquee commented Jan 5, 2022

I will have a look at this after I have upgrade current dependabot log4j changes. I was thinking of simply removing the logging that I am already doing, but that might need some further refactoring.

@pbi-qfs
Copy link
Contributor

pbi-qfs commented Mar 18, 2022

Why replacing one external library with another one? I would argue for using the simple logger provided (and bugfixed/maintained) with Java (java.util.logging.Logger), since the complexity of the logging in our library is not that high and you can easily bridge the java logger into another more powerful framework, if needed.

@pbi-qfs
Copy link
Contributor

pbi-qfs commented Mar 18, 2022

That would look like #130

@m-pavel m-pavel closed this Nov 30, 2023
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.

3 participants