Take browserConsoleLogOptions.level into consideration
guilhermevrs opened this issue · 1 comments
guilhermevrs commented
Hey
I was wondering if we could include the use of browserConsoleLogOptions.level to check if the log level is higher than the one set
I believe it should be something around here: https://github.com/mlex/karma-spec-reporter/blob/master/index.js#L126-L135
This would enable us to suppress the info and warning messages for example but keep the errors
Cheers
tmcgee123 commented
This will be done soon, thank you for providing the code that really helps!