A Logback appender wrapper that throttles log output to prevent excessive logging, useful for rate-limiting.
<dependency>
<groupId>io.dropwizard.logback</groupId>
<artifactId>logback-throttling-appender</artifactId>
<version>1.5.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and starts a throttling appender for Logback.
Configure appropriate rate limits and consider using a separate appender for critical logs.
No dependency data recorded yet.