Package Edition of Nebula Logger
Unlocked Package
Package Version of Nebula Logger
4.16.2
New Bug Summary
Hi, we are encountering a blocking issue in Production when using the following code :
Logger.info(message, records);
Logger.setScenario(SCENARIO_NAME);
Logger.saveLog();
Logger.flushBuffer();
where records is a List of 200 Contact records retrieved from a Trigger scope.
The list contains 200 records (trigger scope) and it fails with the error : System.LimitException: Regex too complicated.
It seems this is coming from a deserialization performed in Nebula logger which is also using regex and with high volume of data it breaks ?
Can you please share some insights or feedback on this issue ?
Thanks a lot for your support.
Package Edition of Nebula Logger
Unlocked Package
Package Version of Nebula Logger
4.16.2
New Bug Summary
Hi, we are encountering a blocking issue in Production when using the following code :
Logger.info(message, records);
Logger.setScenario(SCENARIO_NAME);
Logger.saveLog();
Logger.flushBuffer();
where records is a List of 200 Contact records retrieved from a Trigger scope.
The list contains 200 records (trigger scope) and it fails with the error : System.LimitException: Regex too complicated.
It seems this is coming from a deserialization performed in Nebula logger which is also using regex and with high volume of data it breaks ?
Can you please share some insights or feedback on this issue ?
Thanks a lot for your support.