PaperCutSoftware / silver

SILVER - A cross-platform service/daemon wrapper with in-build auto-update, crash resilience and more.
MIT License
54 stars 13 forks source link

Redirect messages from err-in to err-out and std-in to std-out if logging to console #40

Closed larspehrsson closed 2 days ago

larspehrsson commented 3 days ago

If log is set to "os.stdout", input from services received in stdout will be redirected to stdout and input received on stderr will be sent to stderr If log is any file, it will just output to that file