I'm using fs module to log my node.js app, and I don't find on google how to do a linebreak with fs for a text file...
I've tried some fs.append with nothing in it and it just doesn't make anything.
Thanks in advance, ~TBD
EDIT : I'm using .txt file to enable fast log reading...