ocket8888 opened a new issue #4017: Go client/API integration tests are a bit 
too verbose
URL: https://github.com/apache/trafficcontrol/issues/4017
 
 
   ## I'm submitting a ...
   - improvement request (usability, performance, tech debt, etc.)
   
   ## Traffic Control components affected ...
   - Traffic Control Client (Go)
   - Traffic Ops
   
   ## Current behavior:
   Tests like `CreateTestType` are outputting verbose debug logging be default, 
using `github.com/apache/trafficcontrol/lib/go-log.Debugln`, which clutters 
output.
   
   ## Expected / new behavior:
   Tests should use [`testing.T.Logf`](https://godoc.org/testing#T.Logf) to 
output verbose debug output, so that it can be turned on and off with the `-v` 
flag of `go test`.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to