Quick Question(?): lots of "texRes = 128.0" entries in the .log file

OS (e.g. Win10): macOS 12.6.1 (Monterey)
PsychoPy version (e.g. 1.84.x): 2022.2.4
Standard Standalone? (y/n) y
What are you trying to achieve?: Use a code component to adjust whether an image is visible or not, based on response from subject.

What did you try to make it work?: Initially set the opacity of the button to be zero, then on every frame assess whether a key has been pressed and if so, whether I should set the opacity to 1 (to provide feedback to the subject by showing the selected item)

What specifically went wrong when you tried that?: It works, but I’m generating huge .log files, which are crammed full of messages like:

|204.7964 |EXP |AC_L: texRes = 128.0|
|204.7964 |EXP |AC_R: texRes = 128.0|
|204.7964 |EXP |CA_R: texRes = 128.0|
|204.7964 |EXP |CA_L: texRes = 128.0|
|204.7964 |EXP |buttonPics: texRes = 128.0|

These appear every frame, and I would love to know how to stop them appearing.

Any help would be much appreciated.

Yours,
Jon