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

Re-evaluate LOG4J output #25

Open
pvdbosch opened this issue Sep 16, 2024 · 0 comments
Open

Re-evaluate LOG4J output #25

pvdbosch opened this issue Sep 16, 2024 · 0 comments

Comments

@pvdbosch
Copy link
Collaborator

The LOG4J output option actually uses slf4j (not log4j). For maven users, the "simple" slf4j implementation is used by default which logs to console. The only difference with CONSOLE option is that the format is a bit different, but they're both going to console.

Maybe drop the option from the maven plugin? Or rename it to "SLF4J" or "LOGGER"?
Implementation could still be kept; it may be useful when using the "core" and "rules" modules as libraries, rather than as Maven plugin.

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

No branches or pull requests

1 participant