Skip to content

Commit

Permalink
LPS-56831 Mark capture appender as closed upon execution of close met…
Browse files Browse the repository at this point in the history
…hod.
  • Loading branch information
willnewbury authored and brianchandotcom committed Jul 3, 2015
1 parent 2562943 commit 0c422f0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -51,6 +51,8 @@ public CaptureAppender(Logger logger) {

@Override
public void close() {
closed = true;

_logger.removeAppender(this);

_logger.setLevel(_level);
Expand Down

0 comments on commit 0c422f0

Please sign in to comment.