Skip to main content
1-Visitor
June 19, 2020
Solved

Rest API Logs

  • June 19, 2020
  • 2 replies
  • 1181 views

Hello,

 

We have an application that is polling Things every 500ms using the REST API. On our ThingWorx server, this is causing the the localhost_access_log to grow exponentially, as it's logging all of these calls.

 

Is there a way to turn this logging off or at least limit it?

Best answer by zyuan1

you are using REST to access external data source, that's how access log growing large.

 

If you can use SDK or EMS to bind the data source, and use this longterm remote connection for frequent value update, you won't get the problem

2 replies

zyuan15-Regular MemberAnswer
5-Regular Member
June 22, 2020

you are using REST to access external data source, that's how access log growing large.

 

If you can use SDK or EMS to bind the data source, and use this longterm remote connection for frequent value update, you won't get the problem

Community Manager
July 2, 2020

Hi @dwaynelachance.

 

If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Thank you for your participation in our community.

 

Regards.

 

--Sharon