mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
component-base/tracing: initialize tests with klog verbosity level 2
Signed-off-by: Daman Arora <aroradaman@gmail.com>
This commit is contained in:
parent
1740d85aff
commit
37eb06efb0
@ -34,7 +34,8 @@ import (
|
||||
|
||||
func init() {
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user