Open
Description
Problem
One of our internal testers found DEBUG
messages being emitted very rapidly when triggering a request plugin. It looks like the plugin is being triggered in a loop.
This happened when changing a log line in the python code from info
to debug
(see diff here).
Proposed solution
Reproduce the behaviour described above (see also, additional context) and investigate/fix the problem.
Additional context
The plugin code, along with an explanation of how to use it.
Here is a clip of them reproducing the problem: