I have a node server running on a node worker role at azure cloud service. when I connect to the computer with remote desktop I see the node process running on the background. how do I view its logs (console.log) ?
found the answer:
edit the node.cmd file that is located in the worker role folder to:
node.exe %1 %2 %3 >> logs.txt