Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.3.11
-
None
-
Fully Compatible
-
ALL
-
Platforms 2016-08-26
Description
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.