mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Increase logging level for e2e node services
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
parent
c337778803
commit
59e14cf55b
@ -88,6 +88,7 @@ func (e *E2EServices) Start() error {
|
||||
"--manifest-path", framework.TestContext.ManifestPath,
|
||||
"--eviction-hard", framework.TestContext.EvictionHard,
|
||||
"--logtostderr",
|
||||
"--vmodule=*=4",
|
||||
)
|
||||
e.services = newServer("services", startCmd, nil, nil, getHealthCheckURLs(), servicesLogFile, false)
|
||||
return e.services.start()
|
||||
|
Loading…
Reference in New Issue
Block a user