Replies: 2 comments
-
Hi @cbcruz74, sorry for the late response! I was able to reproduce this issue easily (using the Apex code below), and it seems like there's a bug that's preventing the tags from being saved. I'm not 100% sure where the issue is, but I've created issue #526 to track this bug. Logger.info('hello').addTag('world');
Logger.saveLog(Logger.SaveMethod.SYNCHRONOUS_DML); |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cbcruz74 this should now be fixed in release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we could not get the Log Entry Tag records to be created using SYNCHRONOUS_DML. Log and Log Entry are being created as expected.
The Log Entry Tag records are created with EVENT_BUS only.
Is this working as designed?
Beta Was this translation helpful? Give feedback.
All reactions