Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
1.5k views
in FAQ: edtFTPj/PRO by (120 points)
Debug messages not getting printed when using with log4j2.xml. It works with log4j.xml.

log4j:WARN No appenders could be found for logger (SSLFTPClient).

log4j:WARN Please initialize the log4j system properly.

1 Answer

0 votes
by (161k points)
I believe it should work if you include the jar containing the log4j2-to-log4j1 bridge classes in your classpath. It's called log4j-1.2-api.jar and should be in the log4j2 distribution.
...