When log messages are generated too quickly, does it cause logs to be split during transmission? For instance, when originally sending '...abcdefg...', which is a relatively long string, the actual transmission might result in '...abcd' and 'efg...' being sent as two separate strings. This is not the expected behavior.
When log messages are generated too quickly, does it cause logs to be split during transmission? For instance, when originally sending '...abcdefg...', which is a relatively long string, the actual transmission might result in '...abcd' and 'efg...' being sent as two separate strings. This is not the expected behavior.