YARN-5460. Change container runtime type logging in DelegatingLinuxContainerRuntime to debug. Contributed by Shane Kumpf.
(cherry picked from commit d848184e905d70835293ceac7a01b5a0ca21cc0a)
This commit is contained in:
parent
8ec3d702a3
commit
1087745d79
@ -63,8 +63,8 @@ private LinuxContainerRuntime pickContainerRuntime(Container container) {
|
||||
runtime = defaultLinuxContainerRuntime;
|
||||
}
|
||||
|
||||
if (LOG.isInfoEnabled()) {
|
||||
LOG.info("Using container runtime: " + runtime.getClass()
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("Using container runtime: " + runtime.getClass()
|
||||
.getSimpleName());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user