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

Non-error text appearing with -e option #78

Open
dominicraf opened this issue Jul 5, 2024 · 0 comments
Open

Non-error text appearing with -e option #78

dominicraf opened this issue Jul 5, 2024 · 0 comments
Assignees
Labels

Comments

@dominicraf
Copy link

When I run emailconverter (at linux CLI) with options -e -a -o -ad, (but not -q). I see non-error output (from SLF4J) like this:

# java -jar emailconverter-2.10.1-all.jar -e -a -o "$DESTFILE" -ad "$DESTDIR" "$NEXTFILE"
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J(W): Ignoring binding found at [[jar:file:/.../emailconverter-2.10.1-all.jar!/org/slf4j/impl/StaticLoggerBinder.class](jar:file:///.../emailconverter-2.10.1-all.jar!/org/slf4j/impl/StaticLoggerBinder.class)]
SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.

This is only tested with 2.10.1 but I expect the same applies to 3.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants