As of Chrome 58
- The Hide violations checkbox is gone. Set the logging level dropdown
to Verbose to see violations.
This works, but I need to work on a project that is using console.debug
as spammy level, while normal debug gets outputted with log
/info
/warn
.
So when I actually need to read the debug, 99% of the console output is [Violation]
clutter and I basicly need to open Firefox in order to debug properly.
Does anyone know of a workaround / extension / hack / whatever to just hide violations altogether while still showing console.debug
?