v4.13.9 - Updated Logging Level Emojis #674
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks to @twentyTwo for suggesting & implementing these changes, and thanks to @PawelWozniak for the feedback!
Core Unlocked Package Changes
LogEntry__c.LoggingLevelWithImage__c
to use different emojis for every logging level to make it easier to visually distinguish between them. Previously, the same emoji was used forDEBUG
,FINE
,FINER
, andFINEST
. The new list of emojis used are:ERROR
=> ⛔WARN
=>DEBUG
=> 🐞INFO
=> ℹ️FINE
=> 👍FINER
=> 👌FINEST
=> 🌟Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.13.8...v4.13.9
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001MkHqQAK
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001MkHqQAK
This discussion was created from the release Updated Logging Level Emojis.
Beta Was this translation helpful? Give feedback.
All reactions