Update from CouchbaseNetClient 2.7.15 to 2.7.25

I recently updated the CouchbaseNetClient from 2.7.15 to 2.7.25 and noticed new warnings in the logfile when running on linux. - “Couchbase.IO.Utils.SocketExtensions||Skipping Socket.IOControl for keep alives, not supported on this platform”.

Other than changing the log settings, is there a way to eliminate these warnings?

Thanks

There is not as the log entry is set for WARN, that being said, it could probably be logged under INFO. Its purely there to indicate that the OS is a non-windows OS that doesn’t support IOCTL setting of TCP keep-alives.

Jeff