Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dropwizard/logback-throttling-appender
Throttling (async) appender for Logback
https://github.com/dropwizard/logback-throttling-appender
java logback logback-appender logging
Last synced: about 2 months ago
JSON representation
Throttling (async) appender for Logback
- Host: GitHub
- URL: https://github.com/dropwizard/logback-throttling-appender
- Owner: dropwizard
- License: apache-2.0
- Created: 2018-12-30T02:16:41.000Z (about 6 years ago)
- Default Branch: 1.3.x
- Last Pushed: 2024-05-28T01:11:24.000Z (7 months ago)
- Last Synced: 2024-05-28T11:18:36.312Z (7 months ago)
- Topics: java, logback, logback-appender, logging
- Language: Java
- Homepage:
- Size: 344 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Throttling Appender for Logback
[![Build](https://github.com/dropwizard/logback-throttling-appender/actions/workflows/build.yml/badge.svg)](https://github.com/dropwizard/logback-throttling-appender/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dropwizard_logback-throttling-appender&metric=alert_status)](https://sonarcloud.io/dashboard?id=dropwizard_logback-throttling-appender)
[![Maven Central](https://img.shields.io/maven-central/v/io.dropwizard.logback/logback-throttling-appender.svg)](http://mvnrepository.com/artifact/io.dropwizard.logback/logback-throttling-appender)A throttling appender for the [Logback] logging framework.
[Logback]: https://logback.qos.ch/
## Usage
*TODO*
## Build
./mvnw package
## Release
./mvnw release:prepare release:perform
## Maven Artifacts
This project is available on Maven Central. To add it to your project simply add the following dependencies to your
`pom.xml`:
io.dropwizard.logback
logback-throttling-appender
1.1.0
# Support
Please file bug reports and feature requests in [GitHub issues](https://github.com/dropwizard/logback-throttling-appender/issues).
# License
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.