Re: Error logging for git over ssh?

2014-01-14 Thread Martin Langhoff
On Tue, Jan 14, 2014 at 8:51 PM, Duy Nguyen wrote: > We'll need to output the error side bands to stderr > too in case side-band is used. Agreed, we'd need to "tee" the output so it gets to the logger _and_ to stderr. I thought perhaps daemon.c would have something in this spirit, but the trivia

Re: Error logging for git over ssh?

2014-01-14 Thread Duy Nguyen
On Wed, Jan 15, 2014 at 1:44 AM, Martin Langhoff wrote: > Diagnosing errors with git over ssh has historically required tooling > up for debugging or looking at things from the client side, because > git does not log anything on the server side. > > It would be a boon to those running busy git ser