Samsung / SamsungAutomationStudio

Samsung Automation Studio is to provide development tools and execution environment that can easily configure application logic by connecting both Samsung service and 3rd party service. This project is to share the node for open source NodeRED developed by Samsung Automation Studio team to the community. If you are using nodered, you can easily install the node we provide. And you can use Samsung's IoT and AI-related services more easily, and you can have an extended experience in conjunction with your own services.
Apache License 2.0
56 stars 29 forks source link

Suppress debug message for status node #6

Closed Botched1 closed 3 years ago

Botched1 commented 3 years ago

Whenever I trigger a status node, it logs a message in the debug logger. If you are periodically triggering some status nodes it makes a LOT of messages. I don't see any what to turn this off?

EDIT: Remove line 577 in 101-SmartThings.js, or make it optional with another configurable node property. NODE.warn("[SmartThings] Status :" + NODE.name);

Flow: image

Logging is OFF on the nodes: image

Debug Logs: image

shgood commented 3 years ago

Hi.

A new version with added logging options has been released.

image

You can turn off unnecessary logging using the option above.

Thank you.

Botched1 commented 3 years ago

You gals/guys are AWESOME.