Skip to content

Commit

Permalink
Change HttpEventCollectorLogbackAppender stop method to call this.sen…
Browse files Browse the repository at this point in the history
…der.close() (#93)
  • Loading branch information
dan1 committed Dec 12, 2018
1 parent c4fd14c commit 2f31005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void start() {
public void stop() {
if (!started)
return;
this.sender.flush();
this.sender.close();
super.stop();
}

Expand Down

0 comments on commit 2f31005

Please sign in to comment.