Merge branch 'lw/daemon-log-destination' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2018 23:08:30 +0000 (15:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2018 23:08:31 +0000 (15:08 -0800)
The log from "git daemon" can be redirected with a new option; one
relevant use case is to send the log to standard error (instead of
syslog) when running it from inetd.

* lw/daemon-log-destination:
daemon: add --log-destination=(stderr|syslog|none)

1  2 
daemon.c
diff --cc daemon.c
Simple merge