Hi Bela Vizy
This is something very interesting so I tried with my application and it works with just a simple script.
<script>
if (window.console) {
console.debug = function(){}; // suppress debug
console.info = function(){}; // suppress info
console.warn = function(){}; // optional: keep if you still want warnings
// console.error stays intact
}
</script>
Add this in your index.html file and your dev cocnsole will stop the logs.
I hope this helps you!!
Don't think there is an option for that. THe only thing I can think of is using the custom levels in the developer console of chrome. That can filter out the info messages for example.