Branch: refs/heads/feature/send-events-to-logback
  Home:   https://github.com/jenkinsci/statistics-gatherer-plugin
  Commit: f4d5eeb6720a61a6977ee516a37e95ecabf4423c
      
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/f4d5eeb6720a61a6977ee516a37e95ecabf4423c
  Author: Luca Milanesio <[email protected]>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkins/plugins/statistics/gatherer/StatisticsConfiguration.java
    M 
src/main/java/org/jenkins/plugins/statistics/gatherer/listeners/BuildStepStatsListener.java
    M 
src/main/java/org/jenkins/plugins/statistics/gatherer/listeners/ItemStatsListener.java
    M 
src/main/java/org/jenkins/plugins/statistics/gatherer/listeners/QueueStatsListener.java
    M 
src/main/java/org/jenkins/plugins/statistics/gatherer/listeners/RunStatsListener.java
    M 
src/main/java/org/jenkins/plugins/statistics/gatherer/listeners/ScmStatsListener.java
    A 
src/main/java/org/jenkins/plugins/statistics/gatherer/util/LogbackUtil.java
    M 
src/main/java/org/jenkins/plugins/statistics/gatherer/util/PropertyLoader.java
    M 
src/main/resources/org/jenkins/plugins/statistics/gatherer/StatisticsConfiguration/config.groovy
    A 
src/main/resources/org/jenkins/plugins/statistics/gatherer/StatisticsConfiguration/help-logbackConfigXmlUrl.html
    A 
src/main/resources/org/jenkins/plugins/statistics/gatherer/StatisticsConfiguration/help-shouldSendToLogback.html
    M 
src/test/java/org/jenkins/plugins/statistics/gatherer/listeners/BuildStepStatsListenerTest.java
    A 
src/test/java/org/jenkins/plugins/statistics/gatherer/listeners/ItemStatsListenerTest.java
    M 
src/test/java/org/jenkins/plugins/statistics/gatherer/listeners/RunStatsListenerTest.java

  Log Message:
  -----------
  Allow the use LOGBack appenders

Add an optional dependency to the forthcoming plugin that includes
the LOGBack appender to push events to the NATS pub/sub broker.

LOGBack (https://logback.qos.ch/) is a very powerful and versatile
logging system that allows to decouple the generation of events from
the underlying transport method.

A new option "Enable publish of events to LOGBack" will send all the
events to LOGBack as well, so that other ways of communications
can be implemented to offload all the events outside the Jenkins box.

Change-Id: I595b3a1f3460443cf26c1a68d8581a247f520505


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to