Skip to content

Commit ff48941

Browse files
committed
Logging Tests Reset Correctly
Reset the logging results correctly; go back to the debug level as set in the gradle file Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
1 parent 033fc47 commit ff48941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fabric-chaincode-shim/src/test/java/org/hyperledger/fabric/LoggingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ public void testSetLogLevel() {
8383
assertThat(l.getLevel(), CoreMatchers.equalTo(Level.SEVERE));
8484
assertThat(another.getLevel(), CoreMatchers.equalTo(anotherLevel));
8585

86-
Logging.setLogLevel("INFO");
86+
Logging.setLogLevel("debug");
8787
}
8888
}

0 commit comments

Comments
 (0)