My aim is to implement auto-logger with auto rotation feature in my flow. And flogger node seems can serve my purpose. However, I cannot seem to make flogger node work. I tested on both windows and Linux (PI). But I'm getting same error on both:"Can't write file: No such file or directory"
Someone mentioned in the GIT forum that it does not runs on windows OS. But in my case, i cannot able to make it work on PI as well.
The flow I'm using is the one came with flogger node (example)
Also, I'm running node red version 4.1 currently in both windows and Linux and tested flogger flow example on both OS.
Can some one check if its working.?
I'm attaching flogger configuration and error image for reference:
For windows: (forward slash is required) [eg] => C:/Users/IIoT-PC/Downloads
For linux: (forward slash followed by path is required [eg] => /home/dell
However, I'm getting RED_TRIANGLE at the top of flogger node even though node is working fine. Hovering over the node shows "Invalid properties expression: zero length".
I read the node-info and there is no such property that is required to be provided as input to the flogger node.
Like you said, just copy-pasted the same node and connected the same input/output the new one does the JOB. But out of curiosity. What happened earlier?
Requested information: 1. Node-red version => v4.1.0 2. Node.js version => v22.14.0 3. Attached GIF
Default flogger node imported example's "Log entire message" node is the only one shows that RED-triangle in my case. Just copying and pasting it and reattaching the I/O does the JOB.
Default flogger node imported example's "Log entire message" node is the only one shows that RED-triangle in my case. Just copying and pasting it and reattaching the I/O does the JOB.
But @Steve-Mcl, I would like to point out something.It is better to create new node as mentioned by you [with new configuration [delete the older one]]. otherwise, making any changes to the copied node(i was doing earlier), creates the TRIANGLE.