commit | edee4f6336e8668b6c3368e391a74c9a3f56f03e | [log] [tgz] |
---|---|---|
author | JArod <jarodwen@gmail.com> | Sun May 05 19:39:55 2013 -0700 |
committer | JArod <jarodwen@gmail.com> | Sun May 05 19:39:55 2013 -0700 |
tree | f445bda3df8226331c8c021c385e5663732b88c1 | |
parent | 204190c47481cab586ff15ee3a77740e5ddf7b77 [diff] |
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