Event Debug: how to effeciently get all the detailed information of events?

Hi guys,
Is there any other more efficient way(s) to get all the detailed information of events?
I know there is an event list in My Location in the IDE.
But the information shown in that list is not detailed.

Also, we can write a SmartAPP to subscribe to the events and log detailed information.
But, then we have to keep modifying this SmartAPP to capture all the events when new devices are installed.
Furthermore, some events cannot be subscribed to in the SmartAPP, such as the events generated by sendEvent() in SmartAPPs.

Any ideas?
Thanks!

2 Likes

What kind of detail do you want?

Hi Ryan, THX for your replay.
Perhaps the more the better, evt.name, value, source, data, deviceId, etc.