Using the Conduit Debug port?
- This topic has 4 replies, 3 voices, and was last updated 8 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Using the Conduit Debug port?
Tagged: Conduit Debug port.
I have a mini USB cable connected to the debug port on the AEP Conduit and the other end to my computer. I don’t see anything flow thru’ the debug port.
I was under the assumption, the log.wrn,log.error that I write out in the node-red flow would show up via this debug port?
I have the set the log-level to debug on conduit settings, should I be increasing this to Maximum?
Thanks,
Yogesh
Yogesh,
The logging from Node-RED will come out in /var/log/app/node-red.log. The output on the debug port is the linux console output.
Jeff
Is there a way to view this log from the conduit web admin or would i need to SSH into the conduit?
Thanks,
Yogesh
You will need to SSH into the Conduit.
Jeff
You can also connect via Serial (COM port and set speed to 115200), login using your credentials and then tail -f /var/log/app/node-red.log