cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Rest API Logs

dwaynelachance
5-Regular Member

Rest API Logs

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2

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

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

Top Tags