You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/07 05:52:05 UTC

svn commit: r1347370 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/html/bootstrapJs.htmli

Author: vikram
Date: Thu Jun  7 03:52:05 2012
New Revision: 1347370

URL: http://svn.apache.org/viewvc?rev=1347370&view=rev
Log:
AMBARI-520. Disable all debug console logging on the browser (Contributed by Yusaku)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/html/bootstrapJs.htmli

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1347370&r1=1347369&r2=1347370&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu Jun  7 03:52:05 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-520. Disable all debug console logging on the browser (Yusaku via Vikram)
+
   AMBARI-517. Dashboard shows HDFS is down though it's still running (Suhas via Vikram)
 
   AMBARI-511. Fix for previous patch (Jitendra via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/html/bootstrapJs.htmli
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/html/bootstrapJs.htmli?rev=1347370&r1=1347369&r2=1347370&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/html/bootstrapJs.htmli (original)
+++ incubator/ambari/branches/ambari-186/hmc/html/bootstrapJs.htmli Thu Jun  7 03:52:05 2012
@@ -15,4 +15,7 @@
       document.getElementsByTagName("head")[0].appendChild(dynamicJsScript);
     }
   });
+
+  // disable console logging
+  globalYui.log = function () {};
 </script>