os-js / osjs-server

OS.js Server Module
https://manual.os-js.org
Other
19 stars 21 forks source link

Add option to write log to file #17

Closed andersevenrud closed 5 years ago

andersevenrud commented 5 years ago

The internal logging system could use an option to pipe the contents to a file.

It already streams to stdio, so this could be redirected easily.

andersevenrud commented 5 years ago

Closing this issue, because I feel that running the process behind a manager solves this issue better.