Skip to content

Commit 18ae86a

Browse files
committed
[FAB-12626] Fix couchdb_test.go debug
Lowercase "debug" so that verbose (-v) testing logs at debug level. Change-Id: I71360e273dc85002a6ff4f83e695b1adb9ddb70e Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent 3b0e817 commit 18ae86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/ledger/util/couchdb/couchdb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func testMain(m *testing.M) int {
8282
viper.Set("ledger.state.couchDBConfig.createGlobalChangesDB", true)
8383

8484
//set the logging level to DEBUG to test debug only code
85-
flogging.SetModuleLevel("couchdb", "Debug")
85+
flogging.SetModuleLevel("couchdb", "debug")
8686

8787
viper.Set("logging.peer", "debug")
8888

0 commit comments

Comments
 (0)