Cannot make Flogger node work

Hi everyone,

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:



Regards,
Shubham

It does (or at least did) work on Windows

Obvious questions:

  1. Does that directory exist?
  2. Try changing to regular slashes (C:/Users/etc)
  3. Does the account running Node-RED have access to that directory?

@Steve-Mcl Regular slash is the solution.

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.

  1. What version of Node-RED are you using
  2. What version of NodeJS are you using?
  3. Show us what the info panel has for the node and its config node...
    chrome_yCKOmuObhh

Also, try adding a new flogger and a new flogger config - do you get the issue triangle on the new ones?

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
bandicam 2025-09-29 12-42-48-015.mp4

Either you imported a "badly configured node" from a flow somewhere online or at some point, you have altered the Log option and left an invalid value

chrome_Pqtq4BICCa

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.

Thanks for the help

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.

Thanks for the help