Possibility to save log output to file
Closed this issue · 4 comments
mjovanc commented
Is there some possibility to save the log output to a file through loglevel?
Ryuno-Ki commented
I could imagine via a plugin. Perhaps https://github.com/kutuluk/loglevel-plugin-remote ?
mjovanc commented
Thanks @Ryuno-Ki, I realized though I could just simply add this to my start script:
"start": "node server.js >> output.log 2>&1",
Ryuno-Ki commented
Do you mind to close this issue then?
You've documented a solution for others who might ask themselves the same.
mjovanc commented
Absolutely. Closing the issue.