Skip to content

Commit

Permalink
Logging Tests Reset Correctly
Browse files Browse the repository at this point in the history
Reset the logging results correctly; go back to the debug level as set in the gradle file

Signed-off-by: Matthew B White <[email protected]>
  • Loading branch information
mbwhite committed Feb 2, 2021
1 parent 033fc47 commit ff48941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ public void testSetLogLevel() {
assertThat(l.getLevel(), CoreMatchers.equalTo(Level.SEVERE));
assertThat(another.getLevel(), CoreMatchers.equalTo(anotherLevel));

Logging.setLogLevel("INFO");
Logging.setLogLevel("debug");
}
}

0 comments on commit ff48941

Please sign in to comment.