internetitem / logback-elasticsearch-appender

Logback Elasticsearch Appender
Other
233 stars 137 forks source link

Properly dispose streams #72

Open slyoldfox opened 4 years ago

slyoldfox commented 4 years ago

Some streams seem to leak resources (for example when writer.write throws an error).

In this case the .close is never called and leaks memory.

mas15 commented 3 years ago

@internetitem is there any chance this will be merged?