Just starting to upgrade all our devices to OS v2.0.0 (excited to finally roll out) beginning with all the Beta testers. In our logging, we are seeing many event loop and cloud handling errors like this:
It doesn’t seem to be affecting performance, but it happens throughout the day (roughly 60 times per day per device), with the majority being Event loop error 1 (which is a PING_TIMEOUT according to here).
Never seen this before (coming from version 1.5.0) so could this just be verbose logging, or something to fix?
Hi @dan.s - it looks like a timeout issue to me, but it’s worth digging in a little deeper. Can you provide more logs with context both before and after this point? (Might be better to take this in a support ticket.)
Hi @marekparticle thanks for the advice, I will LOG_LEVEL_ALL instead of LOG_LEVEL_ERROR for logging on one of the devices and come back to you tomorrow!