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

Oh, that I didn't expect. I was, of course, looking at the debug tab.

Thank you.