Issue 199: JGit SSH transport logs errors to stderr
Reported by code-rev...@gtempaccount.com, Sep 24, 2009
Reported by Shawn Pearce <sop@google.com> on Wed May 27 21:28:55 PDT 2009
Source: JIRA GERRIT-199
Affected Version: 2.0.13

JGit's TransportGitSsh class has a createErrorStream() method which captures
the stderr from the remote server into a buffer.  It also prints it to
System.err, which clutters up the Jetty log file when are dealing with
replication errors in Gerrit.

JGit shouldn't log to stderr itself.  The caller should extract the buffer and
log it if necessary.
Sep 24, 2009
#1 code-rev...@gtempaccount.com
Comment by Shawn Pearce <sop@google.com> on Fri Jun 12 11:26:51 PDT 2009

Fixed by https://review.source.android.com/10358
Sep 24, 2009
#2 code-rev...@gtempaccount.com
Update by Shawn Pearce <sop@google.com> on Fri Jun 12 11:26:51 PDT 2009

Fixed in version 2.0.14.
Status: Fixed
Sep 25, 2009
#3 code-rev...@gtempaccount.com
(No comment was entered for this change.)
Labels: FixedIn-2.0.14
Oct 25, 2012
#4 sop@google.com
(No comment was entered for this change.)
Status: Released