-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
LogHandler not linking child logs correctly #585
Comments
Hey @ctcforce - I think this is definitely an issue with Nebula Logger (not anything you're doing). The problem seems to be due to the timing of how quickly parts of the batchable job finish, combined with how Salesforce handles publishing platform events ( |
…hild logs without the parent log set
…hild logs without the parent log set
@ctcforce I've just released a bugfix for this in
One note - this will not fix any existing data in your org. I've included an anonymous Apex script in the release notes that you can use in your org to fix existing data (if you want to fix it). Whenever you have a chance to test this out, please let me know if you run into any more issues! |
Package Edition of Nebula Logger
Managed Package
Package Version of Nebula Logger
4.11
New Bug Summary
I'm experimenting with linking together logs with Nebula Logger, so I ran the BatchableLoggerExample example from the github readme.
I noticed that the manner of relating child logs has varying behavior.
Log-4 is the parent log and you can see it only shows one of the child logs, Log-6 in related
Log-5 has a string literal in it's parent log field
whereas Log-6 has a lookup in it's parent log field
Is this varying behavior between the child logs a bug or am I misunderstanding something about how this feature works?
The text was updated successfully, but these errors were encountered: