Merge changes I8c23739a,Ia0e70828
[controller.git] / opendaylight / web / root / src / main / java / org / opendaylight / controller / web / DaylightWebUtil.java
index 6f0957790194681be581f27ad839b2707a314015..e88983630148a7d3c42b2e3ddeeaed409c4ec018 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.controller.web;
 
 import org.opendaylight.controller.containermanager.IContainerAuthorization;
@@ -73,7 +80,7 @@ public class DaylightWebUtil {
         } else {
             auditMsg = "Mode: " + mode + " User " + user + " "  + action + " " + moduleName + " " + resource;
         }
-        logger.info(auditMsg);
+        logger.trace(auditMsg);
     }
 
     public static void auditlog(String moduleName, String user, String action, String resource) {
@@ -130,4 +137,4 @@ public class DaylightWebUtil {
                 + getNodeDesc(nodeConnector.getNode(), switchManager);
         return nodeConnectorName.substring(0, nodeConnectorName.length());
     }
-}
\ No newline at end of file
+}