Storage nodes in Node-RED
- This topic has 2 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
In the Node-RED I have added a file node to log the communication to the file.
Could you please let me know where the file is physically stored or how could I access the file for reading?
Thanks,
Roman
Roman,
Include the path to the file in the text field for the file name like this:
/var/log/my-log.log
If you don’t add a path, I believe the file will be at /my-log.log
-Brandon
Thank you Brandon,
the file was actually located under /usr/bin folder. For someone else’s benefit, I used a SCP client to copy the file to my machine.
Thanks,
Roman