Skip to content

Commit

Permalink
Drop the flag to InitializeLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Mar 3, 2020
1 parent 323c739 commit 39061f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func initializeLogsAndMetrics(t *testing.T) {
initMetrics.Do(func() {
flag.Parse()
flag.Set("alsologtostderr", "true")
logging.InitializeLogger(knativetest.Flags.LogVerbose)
logging.InitializeLogger()

//if knativetest.Flags.EmitMetrics {
logging.InitializeMetricExporter(t.Name())
Expand Down

0 comments on commit 39061f1

Please sign in to comment.