pimterry/loglevel

Possibility to save log output to file

Closed this issue · 4 comments

Is there some possibility to save the log output to a file through loglevel?

I could imagine via a plugin. Perhaps https://github.com/kutuluk/loglevel-plugin-remote ?

Thanks @Ryuno-Ki, I realized though I could just simply add this to my start script:

"start": "node server.js >> output.log 2>&1",

Do you mind to close this issue then?
You've documented a solution for others who might ask themselves the same.

Absolutely. Closing the issue.