[logback-dev] [qos-ch/logback-extensions] 48b468: Updated the AbstractLogglyAppender to have another...

Tony Trinh tony19 at gmail.com
Sat Mar 22 01:41:50 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/qos-ch/logback-extensions
  Commit: 48b468f2b8e0c59eee1eac352a8db4428376d492
      https://github.com/qos-ch/logback-extensions/commit/48b468f2b8e0c59eee1eac352a8db4428376d492
  Author: Mike Reinhold <mike at coursescheduler.io>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M loggly/src/main/java/ch/qos/logback/ext/loggly/AbstractLogglyAppender.java
    M loggly/src/main/java/ch/qos/logback/ext/loggly/LogglyAppender.java
    M loggly/src/main/java/ch/qos/logback/ext/loggly/LogglyBatchAppender.java

  Log Message:
  -----------
  Updated the AbstractLogglyAppender to have another method that
implementing classes must provide: getEndpointPath() that returns the
URL path for the Loggly service (inputs/ for the standard HTTP/S service
and bulk/ for the bulk HTTP/S service).

This prevents the user from needing to manually override the endpoint
URL for the LogglyBatchAppender in order to take advantage of the bulk
logging API (where a single HTTP request can contain multiple log
events, which will be parsed out accordingly).


  Commit: 0e33319e649e995018af74722b7b746d96dd22fd
      https://github.com/qos-ch/logback-extensions/commit/0e33319e649e995018af74722b7b746d96dd22fd
  Author: Mike Reinhold <mike at coursescheduler.io>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M loggly/src/main/java/ch/qos/logback/ext/loggly/AbstractLogglyAppender.java
    M loggly/src/main/java/ch/qos/logback/ext/loggly/LogglyAppender.java
    M loggly/src/main/java/ch/qos/logback/ext/loggly/LogglyBatchAppender.java

  Log Message:
  -----------
  Refactored method name and fixed tabs.


  Commit: 196cdec7fff03df0c160d950232aa33c5902343e
      https://github.com/qos-ch/logback-extensions/commit/196cdec7fff03df0c160d950232aa33c5902343e
  Author: Tony Trinh <tony19 at gmail.com>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M loggly/src/main/java/ch/qos/logback/ext/loggly/AbstractLogglyAppender.java
    M loggly/src/main/java/ch/qos/logback/ext/loggly/LogglyAppender.java
    M loggly/src/main/java/ch/qos/logback/ext/loggly/LogglyBatchAppender.java

  Log Message:
  -----------
  Merge pull request #23 from mikereinhold/master

Updated LogglyBatchAppender to use correct endpoint URL path by default


Compare: https://github.com/qos-ch/logback-extensions/compare/cbe73207af5d...196cdec7fff0


More information about the logback-dev mailing list