Open
Description
This issue came out of #8463. Currently, we log all incoming messages as DEBUG
logs:
distributed/distributed/core.py
Line 901 in 33b2c72
This can become a severe performance issue with large incoming requests, in particular with push-based systems like P2P. We should probably truncate large incoming payloads.