Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.1k views
in .NET FTP by (180 points)
I get a lot of duplicate entries in my log. Am I doing something wrong?

ERROR [TransferBuffer] 17 May 2007 14:02:26.984 : TransferBuffer timeout (120000 ms)!
ERROR [SecureNetworkStream] 17 May 2007 14:02:26.984 : Socket.Receive() failed : System.IO.IOException: Timed out while reading data
System.IO.IOException: Timed out while reading data
at cq.b(Byte[] A_0, Int32 A_1, Int32 A_2)
at y.c(IAsyncResult A_0)
at et.a(IAsyncResult A_0)
at et.a(Byte[] A_0, Int32 A_1, Int32 A_2, SocketFlags A_3)
at bb.b(Byte[] A_0, Int32 A_1, Int32 A_2)
ERROR [TransferBuffer] 17 May 2007 14:04:26.984 : TransferBuffer timeout (120000 ms)!
ERROR [SecureNetworkStream] 17 May 2007 14:04:26.984 : Socket.Receive() failed : System.IO.IOException: Timed out while reading data
System.IO.IOException: Timed out while reading data
at cq.b(Byte[] A_0, Int32 A_1, Int32 A_2)
at y.c(IAsyncResult A_0)
at et.a(IAsyncResult A_0)
at et.a(Byte[] A_0, Int32 A_1, Int32 A_2, SocketFlags A_3)
at bb.b(Byte[] A_0, Int32 A_1, Int32 A_2)

and


INFO [LicenseProperties] 17 May 2007 14:06:26.625 : Licence expiry date: 12/31/9999
INFO [LicenseProperties] 17 May 2007 14:06:26.625 : Production license
INFO [LicenseProperties] 17 May 2007 14:06:26.625 : Licence expiry date: 12/31/9999
INFO [LicenseProperties] 17 May 2007 14:06:26.625 : Production license

the logs get so big so fast, it would be nice if it wasn't dupeing so many lines...

1 Answer

0 votes
by (162k points)
The top lines of logging in your post are errors occurring at different times. The license logging lines are for 2 different components. If you set the level to Warn then you shouldn't get much logging - at least you'll only get logging you should examine.

Categories

...