Updated Logging Level Emojis
Thanks to @twentyTwo for suggesting & implementing these changes, and thanks to @PawelWozniak for the feedback!
Core Unlocked Package Changes
- Closed #665 in PR #672 by updating the formula field
LogEntry__c.LoggingLevelWithImage__cto 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 CLI:
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001MkHqQAK - SFDX CLI:
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001MkHqQAK - Sandbox: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MkHqQAK
- Production: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MkHqQAK