Nebula Logger - Error Notification - Emails #823
-
Recently we started receiving these messages. This may just be a result of how we are using Nebula but wanted to ask in case it was happening elsewhere. Was there a process that trimmed the Platform Event ExceptionMessage__c Field before creation prior to v4.14.17? Thanks! ===================================== Error Message**_Logger failed to save 1 LogEntryEvent__e records for [email protected] (Schema.User ID: 0057V0000xxxxxxx) Errors: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
We have been noticing the same issues for this issue. StatusCode: STRING_TOO_LONG, Message: Value too long for field, Field(s): [ExceptionMessage__c] |
Beta Was this translation helpful? Give feedback.
-
With my tests this morning it does seem that it might be caused by the flow error message being too long. You can manually update the field length, just need to do it in two places, and I have yet to see any regression after doing so. |
Beta Was this translation helpful? Give feedback.
I put 13000 for the fields, as mentioned, I am not sure how long these error message can be.
It is probably overkill but as long as it works.