-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.11
-
Component/s: Networking
-
None
-
Fully Compatible
-
ALL
-
Platforms 2016-08-26
After the cut over to the Transport Layer we ended up with some excessive logging that doesn't need to be there.
- We log when in exhaust, we shouldn't
- We uassert on recv failure at the top of the loop, which causes us to spam the logs when a remote user just hangs up on us.
Cut that logging out.