Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@Chavjoh Chavjoh released this 03 Nov 22:41
· 5 commits to master since this release
  • Refactoring to separate Elasticsearch specific implementation (possibly for future extension using other servers)
    • Class path of Appender has changed!
    • Parameters of Appender have changed!
    • New interface to be implemented for converters
    • New system and environment variables are handled for properties
    • ElasticIndexSuffix is renamed IndexSuffix and has no more default value
    • ElasticBatchSize is renamed FlushThreshold and changes its default value
    • ElasticBatchDelay is renamed FlushInterval and changes its default value
    • ElasticBatchInitialDelay is removed and the initial delay is now given by FlushInterval
    • ElasticParallelExecution is removed as there is no reason to transmit logs sequentially
    • The default converter is now located at com.chavaillaz.appender.log4j.DefaultLogConverter

Please have a look at the documentation in the README for more information.