Logs with spamming?

This is the frequent log from my Maker API. What is happening?

Did you enable the "Enable Logging for debugging" option in the app?

Yes. Is something spamming and slowing things down? If so, how do I determine what it is?

What is using Maker API? That is what is causing the logging. And yes, it looks like it is absolutely clobbering the hub - not good.

If you have multiple things using Maker API, and don't know which is causing it, then setup multiple Maker API instances and separate what end apps/services are using each Maker API instance.

1 Like

That's what I thought. I will investigate further. Thanks guys!

I've accidentally made Node-RED logic that did things similar to that in the past - often from leaving "send events" checked on a device node when I didn't mean to.

If it is node-red doing it, you might be able to look in the node-red logs and see which command/device node is doing it. Or just put a rate limiter node before the command node(s) so that it CAN'T send high frequency commands to the hub.

1 Like

This is all that I have in the Maker API.

Ah. Can't help you there as I don't use that tool. Good luck figuring it out though!!