mirror of https://github.com/k3s-io/k3s
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.pull/6/head
commit
83035a52ce
|
@ -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