Hi Nuno,
There are several ways to control GAS logs.
If you don't want to display the error messages like the "Can not read from GUI" in GAS logs , you can remove ERROR from the filters list defined in your as.xcf file:
<RESOURCE Id="res.log.categories_filter" Source="INTERNAL">GAS ACCESS PROCESS DEPRECATED
ERROR WARNING</RESOURCE>
I invite you to check the documentation explaining how the logs are handled:
https://4js.com/online_documentation/fjs-gas-manual-html/?path=fjs-gas-manual#c_gas_asref_LOG.htmlhttps://4js.com/online_documentation/fjs-gas-manual-html/?path=fjs-gas-manual#c_gas_asref_LOG_CATEGORIES_FILTER.htmlRegards,
Guney