Log & Log Entry record not getting created. #575
nihalsingh101
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @nihalsingh101! Do you know which version of the unlocked package you're using? There was a bug in some versions when using a combination of |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've installed unmanaged package in sandbox, trying to execute the below line from developer console anonymous window, platform event getting published(able to see in "Event Stream" tab) but Log & Log Entry record are not getting created.
Logger.debug('Test Debug');
Logger.saveLog();
when trying to execute below line, getting exception.
Logger.info('hello').addTag('world');
Logger.saveLog(Logger.SaveMethod.SYNCHRONOUS_DML);
When trying this with manage package, all working expected.
thanks again in advance.
Beta Was this translation helpful? Give feedback.
All reactions