YARN-5460. Change container runtime type logging in DelegatingLinuxContainerRuntime to debug. Contributed by Shane Kumpf.
This commit is contained in:
parent
4ef1bc0bdb
commit
d848184e90
@ -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…
Reference in New Issue
Block a user