Consider hiding console.debug() messages by default?
Categories
(DevTools :: Console, enhancement)
Tracking
(Not tracked)
People
(Reporter: muodov, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.37
Steps to reproduce:
Leave a log message using console.debug()
Actual results:
message shows up in the console by default
Expected results:
message is filtered out by default, until user includes "Debug" in console filters.
Debug messages are filtered out by default in current Chrome. This behaviour might be handy, especially when investigating client-specific application bugs, without polluting the console for most users.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Console' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Description
•