Skip to content

Shorten arguments when logging

This MR changes the logging process of the dispatcher by using a lazily evaluated object that will shorten the big structures that can appear in the log sometimes (big lists, big dictionaries and huge bytes data).

Merge request reports