component-base/tracing: initialize tests with klog verbosity level 2
Signed-off-by: Daman Arora <aroradaman@gmail.com>
This commit is contained in:
@@ -34,7 +34,8 @@ import (
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
klog.InitFlags(flag.CommandLine)
|
klog.InitFlags(flag.CommandLine)
|
||||||
flag.CommandLine.Lookup("logtostderr").Value.Set("false")
|
_ = flag.CommandLine.Lookup("logtostderr").Value.Set("false")
|
||||||
|
_ = flag.CommandLine.Lookup("v").Value.Set("2")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestOpenTelemetryTracing(t *testing.T) {
|
func TestOpenTelemetryTracing(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user