Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.7k views
in .NET FTP by
Hello!
In my console application I'm using EnterpriseDT FTP.
But right after ftpConn.Connect()
on my screeen I have mwssage
WARNING: 'edtftp.log.level' not found or invalid - logging switched off

How to turn it off? I don't want to see this message.

Thanks a lot.

3 Answers

0 votes
by (51.6k points)
In your app's config file, simply add

<configuration>
<appSettings>
<add key="edtftp.log.level" value="ALL"/>
</appSettings>
</configuration>
0 votes
by (200 points)
Doesn't specifying 'ALL' turn on all logging. Shouldn't this value be 'OFF'?
0 votes
by (51.6k points)
Yes, sorry 'OFF' :oops:

Categories

...