New Release v4.10.1 - Added the ability to save a subset of LogEntryEvent__e records, based on entry logging level #480
jongpie
announced in
Announcements
Replies: 1 comment 1 reply
-
@jongpie Does this mean I can view FINEST in the streaming console, and only the info up will be stored? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Core Unlocked Package Changes
New
LoggerSettings__c
FieldDefaultPlatformEventStorageLoggingLevel__c
Reorganized all fields in the
loggerSettings
lwc to be grouped into 2 main sections: Logger Engine Settings and Log Management Settings (shown in the screenshot below)Resolved Add a way to control which LogEntryEvent__e records are stored in custom objects #475 by adding a new settings field,
LoggerSettings__c.DefaultPlatformEventStorageLoggingLevel__c
- this field can be used to optionally control whichLogEntryEvent__e
records are saved in custom objects, based on their logging level. For example, in the screenshot belowThe existing field
LoggingLevel__c
(red box) is configured with the valueFINEST
, so allLogEntryEvent__e
records will be published through theEventBus
The new field
DefaultPlatformEventStorageLoggingLevel__c
(green box) is configured with the valueINFO
, so only entries with a logging level ofERROR
,WARN
, orINFO
will be stored in the custom objectsLog__c
andLogEntry__c
.Bugfixes
Network
record - thanks to @rafahg for reporting this issue!Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.10.0...v4.10.1
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015nYaQAI
This discussion was created from the release Added the ability to save a subset of LogEntryEvent__e records, based on entry logging level.
Beta Was this translation helpful? Give feedback.
All reactions