Dropwizard component to enable loggly log appender


License

License

Categories

Categories

DropWizard Container Microservices Logging Application Layer Libs
GroupId

GroupId

co.wrisk.dropwizard
ArtifactId

ArtifactId

dropwizard-logging-loggly
Last Version

Last Version

0.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard component to enable loggly log appender
Dropwizard component to enable loggly log appender
Project URL

Project URL

https://github.com/WriskHQ/dropwizard-logging-loggly
Source Code Management

Source Code Management

https://github.com/WriskHQ/dropwizard-logging-loggly

Download dropwizard-logging-loggly

How to add to project

<!-- https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-logging-loggly/ -->
<dependency>
    <groupId>co.wrisk.dropwizard</groupId>
    <artifactId>dropwizard-logging-loggly</artifactId>
    <version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-logging-loggly/
implementation 'co.wrisk.dropwizard:dropwizard-logging-loggly:0.0.9'
// https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-logging-loggly/
implementation ("co.wrisk.dropwizard:dropwizard-logging-loggly:0.0.9")
'co.wrisk.dropwizard:dropwizard-logging-loggly:jar:0.0.9'
<dependency org="co.wrisk.dropwizard" name="dropwizard-logging-loggly" rev="0.0.9">
  <artifact name="dropwizard-logging-loggly" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.wrisk.dropwizard', module='dropwizard-logging-loggly', version='0.0.9')
)
libraryDependencies += "co.wrisk.dropwizard" % "dropwizard-logging-loggly" % "0.0.9"
[co.wrisk.dropwizard/dropwizard-logging-loggly "0.0.9"]

Dependencies

compile (2)

Group / Artifact Type Version
org.logback-extensions : logback-ext-loggly jar 0.1.4
net.logstash.logback : logstash-logback-encoder jar 4.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

co.wrisk.dropwizard

Wrisk

Versions

Version
0.0.9