Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow logging actions don't properly truncate some string fields #827

Closed
jongpie opened this issue Jan 13, 2025 · 1 comment · Fixed by #828
Closed

Flow logging actions don't properly truncate some string fields #827

jongpie opened this issue Jan 13, 2025 · 1 comment · Fixed by #828
Assignees
Labels
Layer: Logger Engine Items related to the core logging engine Logging Source: Flow Items related to using Nebula Logger within Flow Type: Bug Something isn't working

Comments

@jongpie
Copy link
Owner

jongpie commented Jan 13, 2025

With my tests this morning it does seem that it might be caused by the flow error message being too long.
I did not find any reference on how long the flow error message can be...

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.
LogEntry__c.ExceptionMessage__c
LogEntryEvent__e.ExceptionMessage__c

Originally posted by @andrewofornikar in #823 (comment)

@jongpie jongpie added Type: Bug Something isn't working Logging Source: Flow Items related to using Nebula Logger within Flow Layer: Logger Engine Items related to the core logging engine labels Jan 13, 2025
@jongpie jongpie assigned jongpie and jamessimone and unassigned jongpie Jan 13, 2025
jamessimone added a commit that referenced this issue Jan 13, 2025
@jongpie
Copy link
Owner Author

jongpie commented Jan 14, 2025

Fixed in release v4.15.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Layer: Logger Engine Items related to the core logging engine Logging Source: Flow Items related to using Nebula Logger within Flow Type: Bug Something isn't working
Projects
None yet
2 participants