Browser Extensions (such as Professor Prebid) use pbjs.getEvents to gather data from the Prebid instance.
This is useful and we are grateful for it.
However, extensions are forced to call pbjs.getEvents repeatedly, which causes massive spam in the console in the devtools since all pbjs.getEvents calls result in logInfo('Invoking $$PREBID_GLOBAL$$.getEvents').
It would be great if this were to be improved.
For example, the possibility to disable getEvents console logs via an URL parameter or Prebid config.
Thank you for your consideration