Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
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?
Solved! Go to Solution.
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
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