Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Flogger: A Fluent Logging API for Gerrit - and JGit ?

JGit would use flogger API and some flogger logging backend for logging. 

Currently there is only java.util.logging as a backend.
Edwin from Gerrit project wants to implement log4j backend) to log 

I don't know how this would affect Jenkins

-Matthias

On Wed, Apr 18, 2018 at 12:58 AM, Mark Waite <mark.earl.waite@xxxxxxxxx> wrote:
How will that change affect other consumers (like Jenkins)?  I don't believe that Jenkins relies on logging anything from JGit, but I haven't reviewed my Jenkins logs in a detailed search for JGit messages.

Mark Waite

On Tue, Apr 17, 2018 at 4:24 PM Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
it looks like the Gerrit project will move from slf4j/log4j to flogger for logging,
see [1] for details. It was proposed to do the same move in JGit to also benefit
from the superior features flogger brings and to provide a consistent logging
story across JGit and Gerrit.

I am in favor of following Gerrit's example and migrate to use flogger.
Speak up if you have any concerns regarding this proposal.


-Matthias
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jgit-dev


Back to the top