mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +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,
|
"--manifest-path", framework.TestContext.ManifestPath,
|
||||||
"--eviction-hard", framework.TestContext.EvictionHard,
|
"--eviction-hard", framework.TestContext.EvictionHard,
|
||||||
"--logtostderr",
|
"--logtostderr",
|
||||||
|
"--vmodule=*=4",
|
||||||
)
|
)
|
||||||
e.services = newServer("services", startCmd, nil, nil, getHealthCheckURLs(), servicesLogFile, false)
|
e.services = newServer("services", startCmd, nil, nil, getHealthCheckURLs(), servicesLogFile, false)
|
||||||
return e.services.start()
|
return e.services.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user