A log appender factory for Dropwizard adding support for appending logs to Loggly
dropwizard-logging-loggly can be found in maven central.
<dependency>
<groupId>com.jamierf.dropwizard</groupId>
<artifactId>dropwizard-logging-loggly</artifactId>
<version>...</version>
</dependency>
logging:
appenders:
- type: loggly
token: "..."
tag: "example-prod" # optional
- Support for Dropwizard 0.9.x.
- Use ISO 8601 format for timestamps.
- Send logs in Json format rather than plain.
- Added (optional)
tag
configuration parameter.
- Initial release.
Released under the Apache 2.0 License.