Every time after i'm creating a FTPClient object (FTPClient ftp =new FTPClient(FTPHostAddress) ) - i'm getting the following WARNING message in the console:WARNING: 'edtftp.log.level' not found or invalid - logging switched offCan you please tell me what it is, and how can i overcome this ?thank you very much
Is there a way using a config file to output logs to files? If I specify 'ALL', for instance, debug information is written to the console (I'm writing a console app). I would like to capture the log, but not write it to the screen.Thanks!ib.