Where can I see the log when adding json-prune? #3096
|
uBlock Origin 1.55.1b21 Where can I see the log when adding json-prune? Example: |
Replies: 7 comments 47 replies
|
Slightly off-topic, don't feel like opening another discussion for something minor. @gorhill this is supposed to be |
|
@gorhill Sorry, do you know how to see the logs of |
|
In version 1.55.1b25 I observe unusual behavior when adding: Example: Add: |
|
@gorhill |
|
@gorhill Sorry, do you know how to log |
|
I just discovered an issue with the sending of log information to the logger. The issue can be triggered when adding the filter Sometimes there are so many logged entries sent to the logger, that this line will become true, which will cause all the injected scriptlets to essentially abort because the communication channel is closed for all content scripts. I found the issue when trying to launch the DOM inspector, which was failing. So for now I will raise the limit to 1000 while trying to figure out if a better fix exists. |


I will restore the ability in next dev build, I removed it and forgot to put it back with the new way.