Reverted the logging in r4073.
Patch by: amitmanjhi
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4077 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 d8f6841..02369ae 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 = true;
+ public static final boolean DEBUG_PRINT_ALL_API = false;
// 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.INFO;
+ public static final TreeLogger.Type type = TreeLogger.WARN;
// remove duplicates by default
public static Collection<ApiChange> getApiDiff(ApiContainer newApi,