Turning on logging to figure out what is going on in the build machine. Will
revert these later. 

Patch by: amitmanjhi


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4073 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java b/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
index 71bd2e2..d8f6841 100644
--- a/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
+++ b/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
@@ -87,7 +87,7 @@
   public static final boolean DEBUG = false;
 
   // prints the API of the two containers, false by default.
-  public static final boolean DEBUG_PRINT_ALL_API = false;
+  public static final boolean DEBUG_PRINT_ALL_API = true;
 
   // these two parameters print APIs common in the two repositories. Should be
   // false by default.
@@ -106,7 +106,7 @@
   public static final boolean DEBUG_DUPLICATE_REMOVAL = false;
 
   // Tweak for log output.
-  public static final TreeLogger.Type type = TreeLogger.WARN;
+  public static final TreeLogger.Type type = TreeLogger.INFO;
 
   // remove duplicates by default
   public static Collection<ApiChange> getApiDiff(ApiContainer newApi,
@@ -276,4 +276,4 @@
     return hashSet;
   }
 
-}
\ No newline at end of file
+}