commit | 91949ed3d82cea2da3c1e2f0ea3f5d9127ee860d | [log] [tgz] |
---|---|---|
author | ramangrover29 <ramangrover29@gmail.com> | Fri May 10 07:53:18 2013 -0700 |
committer | ramangrover29 <ramangrover29@gmail.com> | Fri May 10 07:53:18 2013 -0700 |
tree | 53e7c18617dee7deb5f5ee4783fcb5ef24c43284 | |
parent | 4fe9f2ac3fad294b96bb0acedcbcdd3a0b7fc954 [diff] [blame] |
fix for issue 376: Need to classify and properly treat all built-in functions in AQL
diff --git a/asterix-app/src/main/resources/asterix-build-configuration.xml b/asterix-app/src/main/resources/asterix-build-configuration.xml index bd984f0..f2d0992 100644 --- a/asterix-app/src/main/resources/asterix-build-configuration.xml +++ b/asterix-app/src/main/resources/asterix-build-configuration.xml
@@ -9,8 +9,8 @@ <storeDirs>nc2data</storeDirs> </store> <property> - <name>log_level</name> - <value>WARNING</value> + <name>log.level</name> + <value>INFO</value> <description></description> </property> </asterixConfiguration>