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)
commitda91bd56f4c5f57e9ee590f8114ba8c71fb23f19
treec708b9c34fc8ef0f1fbb39b3e8f9fa158fd6f994
parent22ba92e49b37d338b953903067989df45b1a56a2
parent0c591cacba00a36af797fa3b6c4a4f12d342be86
Merge branch 'lw/daemon-log-destination' into next

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)
daemon.c