Skip to content

Commit 6200fb4

Browse files
authored
Merge pull request #163 from mbwhite/resetLoggingCorrecting
Logging Tests Reset Correctly
2 parents 033fc47 + ff48941 commit 6200fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)