You’re creating a call-loop with log4j-slf4j-impl-2.3.jar
and log4j-to-slf4j-2.3.jar
.
log4j-slf4j-impl-2.3.jar
is the implementation of the adapter that sends slf4j calls to log4j.
log4j-to-slf4j-2.3.jar
is sending log4j calls right back to slf4j. Remove this one.
Related Contents:
- Is it worth to use slf4j with log4j2
- SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”
- Why not use java.util.logging?
- How to log formatted message, object array, exception?
- How to configure slf4j-simple
- Configuring Log4j Loggers Programmatically
- How to use MDC with thread pools?
- Logback to log different messages to two files
- Best practices for using Markers in SLF4J/Logback
- What are markers in Java Logging frameworks and what is a reason to use them?
- Programmatically change log level in Log4j2
- How to intercept SLF4J (with logback) logging via a JUnit test?
- Setting log level of message at runtime in slf4j
- What’s Up with Logging in Java? [closed]
- Logging framework incompatibility
- How to log exception and message with placeholders with SLF4J
- Log4j2 configuration – No log4j2 configuration file found
- What does “status” mean in Log4j2 configuration?
- What is the difference between Log4j, SLF4J and Logback?
- How to send java.util.logging to log4j?
- Difference between slf4j-log4j12 and log4j-over-slf4j
- Where does the slf4j log file get saved?
- No log4j2 configuration file found. Using default configuration: logging only errors to the console
- Mocking Logger and LoggerFactory with PowerMock and Mockito
- Is log4j2 compatible with Java 11?
- JUL to SLF4J Bridge
- Caused by: org.apache.logging.log4j.LoggingException: log4j-slf4j-impl cannot be present with log4j-to-slf4j
- How to enable debug in slf4j Logger?
- Is there a correct way to pass arguments in slf4j?
- How to Create a Custom Appender in log4j2?
- Log4J2 property substitution – default
- Log4j vulnerability – Is Log4j 1.2.17 vulnerable (was unable to find any JNDI code in source)?
- How to find which library slf4j has bound itself to?
- ERROR StatusLogger Log4j2 could not find a logging implementation
- log4j2 ERROR StatusLogger Unrecognized conversion specifier
- Log4j2 why would you use it over log4j? [closed]
- How to set the log level to DEBUG during Junit tests?
- How to get SLF4J “Hello World” working with log4j?
- ClassNotFoundException: org.slf4j.LoggerFactory
- Disable the log from specific class/jar via logback.xml
- How to add Log4J2 appenders at runtime programmatically?
- Formatting floating point numbers in SLF4J
- NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
- SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”. in a Maven Project [duplicate]
- Log4J2 – assigning file appender filename at runtime
- log4j 2 adding multiple colors to console appender
- Load Log4j2 configuration file programmatically
- Is Log4j being abandoned in favor of Slf4j? [closed]
- Where to put formatMsgNoLookups in the Log4j XML configuration file
- How to get active user’s UserDetails