A throttling appender for the Logback logging framework.
TODO
./mvnw package
./mvnw release:prepare release:perform
This project is available on Maven Central. To add it to your project simply add the following dependencies to your
pom.xml
:
<dependency>
<groupId>io.dropwizard.logback</groupId>
<artifactId>logback-throttling-appender</artifactId>
<version>1.1.0</version>
</dependency>
Please file bug reports and feature requests in GitHub issues.
Copyright (c) 2018-2021 Dropwizard Maintainers
This library is licensed under the Apache License, Version 2.0.
See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.