We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 033fc47 + ff48941 commit 6200fb4Copy full SHA for 6200fb4
1 file changed
fabric-chaincode-shim/src/test/java/org/hyperledger/fabric/LoggingTest.java
@@ -83,6 +83,6 @@ public void testSetLogLevel() {
83
assertThat(l.getLevel(), CoreMatchers.equalTo(Level.SEVERE));
84
assertThat(another.getLevel(), CoreMatchers.equalTo(anotherLevel));
85
86
- Logging.setLogLevel("INFO");
+ Logging.setLogLevel("debug");
87
}
88
0 commit comments