node.log("Hello World") doesn't log but node.warn("Hello from log.warn()") works

As per documentation:

The warn and error messages also get sent to the flow editor debug tab.

.log() will only show on the console/command line/node red log.

1 Like