kdgregory / log4j-aws-appenders

Appenders for Log4J 1.2.x, Log4J 2.x, and Logback that write to AWS destinations.
Apache License 2.0
67 stars 18 forks source link

Add configuration property to log all batches #171

Closed kdgregory closed 1 year ago

kdgregory commented 1 year ago

There's currently a warning if the batch fails to send. For debugging, it would be useful to log when the log-writer attempts to send.

This should be undocumented, to prevent naive users from drowning themselves in internal logging.

kdgregory commented 1 year ago

The name is enableBatchLogging.