Console logging with Node-Red
-
Hey everyone,
I'm working with Node-Red on an Omega Onion 2S+. Since Node-Red is installed a bit differently than on my normal computer I'm not sure how I can access the console terminal for Node-Red so I can do live debugging and view breaking errors. Is this possible somehow? I believe since NodeRed is being ran as a service I can't view the console. Any pointers?
-
@IOTrav I don't use Node-red but try the command logread from the console, I expect errors are logged to the system log and you can use grep to filter the logs.
Others may be able to provide better advice specific to Node-Red