Removed some logs.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1304100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2012-03-22 22:21:11 +00:00
parent 44322a37c8
commit 708795ba15
2 changed files with 3 additions and 2 deletions

View File

@ -358,7 +358,8 @@ public class ContainerManagerImpl extends CompositeService implements
ContainerId containerID = launchContext.getContainerId();
authorizeRequest(containerID, launchContext);
LOG.info(" container is " + request);
LOG.info("Start request for " + launchContext.getContainerId()
+ " by user " + launchContext.getUser());
// //////////// Parse credentials
ByteBuffer tokens = launchContext.getContainerTokens();

View File

@ -259,7 +259,7 @@ public class ClientRMService extends AbstractService implements
.currentTimeMillis()));
LOG.info("Application with id " + applicationId.getId() +
" submitted by user " + user + " with " + submissionContext);
" submitted by user " + user);
RMAuditLogger.logSuccess(user, AuditConstants.SUBMIT_APP_REQUEST,
"ClientRMService", applicationId);
} catch (IOException ie) {