You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems right now, logback implementations are packaged into your jar.
As a result, my project ends up pulling them and they need to be explicitly excluded to not conflict with log4j2.
I'd recommend just including the slf4j interfaces instead
It seems right now, logback implementations are packaged into your jar.
As a result, my project ends up pulling them and they need to be explicitly excluded to not conflict with log4j2.
I'd recommend just including the slf4j interfaces instead