Skip to content

Commit fd29ba5

Browse files
author
Shaun Remekie
committedMay 14, 2020
disabled log debug in testing
1 parent 96489a3 commit fd29ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎testing/testing_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var (
2020
// TestMain - test initialisation
2121
func TestMain(m *testing.M) {
2222
// configure logging
23-
log.SetDefault(log.NewDefaultLogger(true, true))
23+
log.SetDefault(log.NewDefaultLogger(false, false))
2424
ecode := m.Run()
2525
os.Exit(ecode)
2626
}

0 commit comments

Comments
 (0)
Please sign in to comment.