How do you add custom Log Nodes to Set Log Levels menu?

4
I have a custom action that is logging to it's own log node. However, I can't figure out how to update the modeler to set the log level for the node BEFORE it is logged to. After there has been a logged event, I can adjust the logging level, but if the first things that get logged are at "DEBUG" level, there there is no way I can tell to see those log statements.
asked
2 answers
3

This is currently not possible, very valid feature request.

answered
2

Justin,

You could add an after startup microflow that logs a message on the node. Then the node is available in the modeler and the level can be set before you trigger the action. If the custom action is triggered in the after startup, then you could try to switch the level to info temporarily.

answered