-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: filter browser logging by level of LOG
Additional fix to the bug, "filter browser logging by level" ([35965d9](35965d9)), closes [#2228](#2228) Otherwise console.log ignore doesn't work with ``` browserConsoleLogOptions: { level: 'debug', terminal: true } ```
- Loading branch information
1 parent
eaeffe9
commit 89a7a1c
Showing
3 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89a7a1c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, if you don't add the following to your config, console.log() is disabled? Oh well done.
89a7a1c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think those tests are incorrect - if I change the priority to be higher instead of lower in various tests they still pass... I stumbled upon it trying to fix #2582, see my comment there.
89a7a1c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed those tests in PR #2676.