Output glog from go test2020-03-18Glog · Golang · TestMarch 18, 20201 minuteIf you’re using glog in your Go codes, you can output those when running go test ... by using the --args parameter:$ go test -v ./... -count=1 -cover -race -mod=vendor --args --logtostderr --v=1