Fix send failed due to message too long
We periodically get the following error in the logs:
"message":"In DriveHandlerProxy::addLogParams(): Socket send failed."
"bufferLength":250207
Note that this already contains the bufferLength as extra debug info. It seems that the watchDog parameters are not flushed frequently enough, causing them to pile up. They should be flushed more frequently (but not too frequently) to remove this error.