Skip to content

Error : System.LimitException: Regex too complicated #968

@gitchrisfree

Description

@gitchrisfree

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions