Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 02:51:01 +0000



Post From: sc.MakeHTTPRequest()

[2019-04-29 08:16:21]
User864893 - Posts: 26
I have written several studies for the convergenttrading community. Some of them load levels from the community servers by using sc.MakeHTTPRequest().
When HTTP requests are made there are those statements logged into the message log.

ESM19 15 Min #2 | Study: StalkZones | Making HTTP request. | 2019-04-29 09:53:12
HTTP connection ID:12 to xxxx.convergenttrading.com:80 for request ID:12 (3) | Creating socket. | 2019-04-29 09:53:12
HTTP connection ID:12 to xxxx.convergenttrading.com:80 for request ID:12 (3) | Connecting to IP: A.B.C.D. | 2019-04-29 09:53:12
HTTP connection ID:12 to xxxx.convergenttrading.com:80 for request ID:12 (3) | Shutdown started. Waiting for graceful close. | 2019-04-29 09:53:12
HTTP connection ID:12 to xxxx.convergenttrading.com:80 for request ID:12 (3) | Socket gracefully closed by remote side. | 2019-04-29 09:53:13
HTTP connection ID:12 to xxxx.convergenttrading.com:80 for request ID:12 (3) | Closed. | 2019-04-29 09:53:13

(IpAdress & servernames removed above)

Is there any possibility to disable this log messages as some users complaining about the amount of logmessages.
By default the requests are made every 5 mins and this gives a huge amount of messages in the message logfile.

If no possibility is there yet, could you add a parameter / flag to the sc-structure to disable for example sc.DisableHTTPLogMessages.

Thanks a lot