You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: