]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
[PATCH] git-daemon --syslog to log through syslog
authorPetr Baudis <pasky@suse.cz>
Sat, 24 Sep 2005 14:13:01 +0000 (16:13 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 24 Sep 2005 18:20:45 +0000 (11:20 -0700)
commit9048fe1c50499d562dcf73094f173b12bdb084c4
treef1a6452c40eacc7d384eb3e5bd5407d4b5dbc6bd
parentb5cf3c8b7767e5f2c8b0df718ef91ccfc36c61fe
[PATCH] git-daemon --syslog to log through syslog

Well, this makes it even more clear that we need the packet reader and
friends to use the daemon logging code. :/  Therefore, we at least indicate
in the "Disconnect" log message if the child process exitted with an error
code or not.

Idea by Linus.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-daemon.txt
daemon.c