Hi,
Since RN34801 on DataMiner 10.2.0[CU10] and 10.3.1 onwards, there is a limitation that a message in logging cannot be larger than 5 * 1024 characters.
I'm wondering if there is a way to increase this limitation somehow? This limit makes it harder to debug the communication with a device if the response is a larger json formatted string that is tried to be logged out by calling protocol.Log
Hi Laurens,
At the moment this limit is hardcoded in SLLog and cannot be configured through settings. The goal was to limit the logging to reasonable chunks of data and avoid situations where a process tried to log hundreds of MB of data. Unfortunately for any limit we would have chosen a situation could occur where it would be useful to log just a little bit more.