diff --git a/common-build.xml b/common-build.xml
index 17cd9bf21..3a47cd1e5 100644
--- a/common-build.xml
+++ b/common-build.xml
@@ -64,6 +64,7 @@
+
@@ -91,7 +92,7 @@
-
+
@@ -559,6 +560,14 @@
+
+
+
+
+
+
+
+
@@ -705,6 +714,7 @@
+
@@ -726,8 +736,7 @@
+
-
-
+
+
+
+
+
diff --git a/logging.properties b/logging.properties
new file mode 100644
index 000000000..f54ee74f6
--- /dev/null
+++ b/logging.properties
@@ -0,0 +1,10 @@
+
+# root handler
+handlers=java.util.logging.ConsoleHandler
+
+# root logger's cutoff threshold.
+.level=INFO
+
+# configure console handler to emit everything in the default format.
+java.util.logging.ConsoleHandler.level=FINEST
+java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter