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
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
I was able to resolve my issue by using the glue library log4j-over-slf4j and excluding the included log4j library. This converts the current log4j calls to slf4j
I would suggest to not directly depend on Log4j directly. It is better to use a generic logging API instead. I suggest to switch to slf4j.
The text was updated successfully, but these errors were encountered: