Title: remove time out messages in log files Post by: Nuno T. on October 29, 2014, 10:56:48 am Hello,
Is there a way to remove this messages from log files ? error in GDC FORMS statement error number -8063. The client connection timed out, exiting program. error in GWC FORMS statement error number -6302. Can not read from GUI: Unknown error. Thanks in advance, Title: Re: remove time out messages in log files Post by: . on November 05, 2014, 11:30:17 am 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.html https://4js.com/online_documentation/fjs-gas-manual-html/?path=fjs-gas-manual#c_gas_asref_LOG_CATEGORIES_FILTER.html Regards, Guney Title: Re: remove time out messages in log files Post by: . on November 14, 2014, 11:35:30 am Hi Nuno,
One more comment on this post; with GAS 2.50 version, the solution I provided (ie. change some LOG filters in as.xcf) will not avoid having this kind of messages in the generated GAS logfile called "vm-xxxxx.log". To remove this message, the only solution would be to redirect the "vm-xxxx.log" files output. Regards, Guney |