-
I have a java application that utilizes ftp file transfers using the edtftpj-pro.jar library. When I intergrated log4j2 into my codebase, new errors were introduced making me wonder if these libraries are compatible. I have installed the log4j-1.2-api-2.23.jar as an attempt to "bridge" any gaps. Please advise. |
Beta Was this translation helpful? Give feedback.
Answered by
TziporaG
Apr 22, 2024
Replies: 1 comment 2 replies
-
What errors are showing up in your logs? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update- its working now, the issue was not related to the logger in the end. Thanks