Increase logging level for e2e node services

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan 2016-09-02 14:05:09 -07:00
parent c337778803
commit 59e14cf55b

View File

@ -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()