You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a device.log() call is made, the output appears in the console and on the servers "logs" topic, but not on the device's "logs" topic.
The message object received from the server's "logs" topic also doesn't have an indication of the source of the log, other than the device's name which could be duplicated or not exist.
Could the message that comes from the server "logs" include the ID of the device? Or possible modify the topic to follow the protocol of the WebSocket event stream?
Additionally, could device log messages be available on the device's "logs" stream?
The text was updated successfully, but these errors were encountered:
Whenever a
device.log()
call is made, the output appears in the console and on the servers "logs" topic, but not on the device's "logs" topic.The message object received from the server's "logs" topic also doesn't have an indication of the source of the log, other than the device's name which could be duplicated or not exist.
Could the message that comes from the server "logs" include the ID of the device? Or possible modify the topic to follow the protocol of the WebSocket event stream?
Additionally, could device log messages be available on the device's "logs" stream?
The text was updated successfully, but these errors were encountered: