Feature request: Log warning message if Advanced Logging Controls log level is less verbose than Logger level #6440
Labels
feature-request
feature request
logger
pending-release
Fix or implementation already in dev waiting to be released
Use case
Original Issue: TS/3821
When Log Buffering is enabled, we should add a warning message if the logger's level is more verbose than the Advanced Logging Controls setting. This will alert users when their log messages are not being printed due to mismatched log levels.
Solution/User Experience
Check if log buffering is enabled
Compare logger level with Advanced Logging Controls setting
If logger level is more verbose, warn the user
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: