revert the changes on the log configuration
diff --git a/asterix-app/src/main/resources/asterix-build-configuration.xml b/asterix-app/src/main/resources/asterix-build-configuration.xml
index 2a52305..bd984f0 100644
--- a/asterix-app/src/main/resources/asterix-build-configuration.xml
+++ b/asterix-app/src/main/resources/asterix-build-configuration.xml
@@ -10,7 +10,7 @@
   </store>
   <property>
      <name>log_level</name>
-     <value>SEVERE</value>
+     <value>WARNING</value>
      <description></description>
   </property>
 </asterixConfiguration>
diff --git a/asterix-app/src/main/resources/log.properties b/asterix-app/src/main/resources/log.properties
index 6ec6917..ee8040a 100644
--- a/asterix-app/src/main/resources/log.properties
+++ b/asterix-app/src/main/resources/log.properties
@@ -1,2 +1 @@
-group_commit_wait_period=1
-edu.uci.ics.algebricks.level = INFO
\ No newline at end of file
+group_commit_wait_period=1
\ No newline at end of file