default logfile should be /dev/null
Closed this issue · 2 comments
progrium commented
Leaving a file in the current directory is annoying and messy. It's usually never checked. If you want to see the output of running the daemon, you run it without daemonizing. If you want to daemonize and see the logs, you can explicitly define where to put them. Otherwise, we should just not care to log.
progrium commented
There alternative is to create a logfile in /tmp ... but since default behavior sometimes because defacto behavior, it might not be a good idea to do that.
progrium commented
I think you shouldn't have to decide to daemonize and log output. That is the common case when you daemonize, so we should just do it. Closing this until brought up again.