/dropwizard-logging-loggly

Dropwizard logging support for Loggly.

Primary LanguageJavaApache License 2.0Apache-2.0

Dropwizard Logging Loggly

A log appender factory for Dropwizard adding support for appending logs to Loggly

Build Status Maven Central

dropwizard-logging-loggly can be found in maven central.

Installation

<dependency>
    <groupId>com.jamierf.dropwizard</groupId>
    <artifactId>dropwizard-logging-loggly</artifactId>
    <version>...</version>
</dependency>

Configuration

logging:
  appenders:
    - type: loggly
      token: "..."
      tag: "example-prod" # optional

Change Log

0.7 - 19 January 2016

  • Support for Dropwizard 0.9.x.
  • Use ISO 8601 format for timestamps.

0.6 - 12 January 2015

  • Send logs in Json format rather than plain.

0.5 - 18 October 2014

  • Added (optional) tag configuration parameter.

0.4 - 28 September 2014

  • Initial release.

License

Released under the Apache 2.0 License.