Merge pull request #32005 from vishh/fix-e2e-node-logs
Automatic merge from submit-queue Increase logging level for e2e node services Without this change, the apiserver logs are non existent for node e2e tests.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user