Skip to content

mtakaki/dropwizard-logentries-appender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Build Status Coverage Status Codacy Badge Download Javadoc

Dropwizard Logentries Log Appender

This project provides integration of logentries log appender to dropwizard framework, so it can be referenced in dropwizard's configuration YML.

Project lombok was used to auto-generate the getter and setters, so you will need to have lombok plugin installed in your eclipse/intellij if you want to import the source code.

This library currently supports dropwizard version 0.9.2.

Maven Configuration

This library is available at central maven, so you only need to add this to your dependencies:

<dependencies>
  <dependency>
    <groupId>com.github.mtakaki</groupId>
    <artifactId>logentries-appender</artifactId>
    <version>0.0.3</version>
  </dependency>
</dependencies>

Dropwizard Configuration

Without data hub:

logging:
  level: INFO
  appenders:
    - type: logentries
      threshold: WARN
      token: your_token_here

If data hub is used:

logging:
  level: INFO
  appenders:
    - type: logentries
      threshold: WARN
      token: your_token_here
      useDataHub: true
      dataHubAddress: your_datahub_address
      dataHubPort: datahub_port

About

Integration of logentries log appender to dropwizard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages