I'm listening to the scroll:progress event (emitted by me) and invoking class-mutator#update. The action gets logged when debug is enabled, and this is fine in many cases.
But in this case the console is flooded with a lot of messages (depending on the monitor refresh rate). How can I disable the logging for this particular action?
<div data-controller="class-mutator"
data-action="scroll:progress@window->class-mutator#update">
</div>