-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
None of the following methods work for debug info, I still see it in the terminal only (Ubuntu 10.04):
node lib/render.js &>./node.log
node lib/render.js 2>&1>./node.log
node lib/render.js 2>&1 | tee ./node.log
nohup node lib/render.js > ./node.logThe only way to do this is:
strace -s 9999 -ewrite -p 2840 &> node.log(where p is phatomjs PID)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels