Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.7k views
in .NET FTP by
WARNING: 'edtftp.log.level' not found or invalid - logging switched off

My program compiles fine, but get this warining during execution
Why am i getthing this warning?

Thanks

3 Answers

0 votes
by (161k points)
You need to set the log level. See the developers guide re logging.

WARNING: 'edtftp.log.level' not found or invalid - logging switched off

My program compiles fine, but get this warining during execution
Why am i getthing this warning?

Thanks
0 votes
by
Thanks a lot for your reply.

I have set the CurrentLevel as follow

Dim log As Logger = Logger.GetLogger(GetType(Start))
Logger.CurrentLevel = Level.ALL

But i still got the error

i haven't created any configuration file.
DO i need to create a configuration file and set edtftp.log.level there?
0 votes
by (161k points)
Try the VB demo code & see if you get the same problem.

Thanks a lot for your reply.

I have set the CurrentLevel as follow

Dim log As Logger = Logger.GetLogger(GetType(Start))
Logger.CurrentLevel = Level.ALL

But i still got the error

i haven't created any configuration file.
DO i need to create a configuration file and set edtftp.log.level there?

Categories

...