KillingSpark / rustysd

A service manager that is able to run "traditional" systemd services, written in rust
MIT License
495 stars 15 forks source link

Does logging make sense? #2

Closed EdorianDark closed 4 years ago

EdorianDark commented 4 years ago

Inside a container it is probably better to push all logs outside, to Docker so so.

KillingSpark commented 4 years ago

Yep. The logging should have an option to just log everything to stdout. I'll implement that soon

KillingSpark commented 4 years ago

So with commit fc3f902e8dabecea788e10a3999df64fc429bbb4 you can configure where you want your logs to go. You can en/disable logging to stdout and to disk.