Ian Maxon has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/1433
Change subject: Let log level be default (WARN) in tests
......................................................................
Let log level be default (WARN) in tests
Change-Id: I880e6bf015986dea9235360a859de2f49bfc6e3a
---
M asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
M asterixdb/asterix-app/src/main/resources/asterix-build-configuration2.xml
M asterixdb/asterix-app/src/main/resources/asterix-build-configuration3.xml
M asterixdb/asterix-app/src/main/resources/asterix-build-configuration4.xml
4 files changed, 0 insertions(+), 20 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/33/1433/1
diff --git
a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
index b7103dd..7390d57 100644
--- a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
+++ b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
@@ -46,11 +46,6 @@
</property>
<property>
- <name>log.level</name>
- <value>INFO</value>
- <description>Log level for running tests/build</description>
- </property>
- <property>
<name>compiler.framesize</name>
<value>32KB</value>
</property>
diff --git
a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration2.xml
b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration2.xml
index c5b8470..4418f49 100644
--- a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration2.xml
+++ b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration2.xml
@@ -46,11 +46,6 @@
</property>
<property>
- <name>log.level</name>
- <value>INFO</value>
- <description>Log level for running tests/build</description>
- </property>
- <property>
<name>compiler.framesize</name>
<value>32KB</value>
</property>
diff --git
a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration3.xml
b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration3.xml
index 73a8ea8..4aa4a89 100644
--- a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration3.xml
+++ b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration3.xml
@@ -46,11 +46,6 @@
</property>
<property>
- <name>log.level</name>
- <value>INFO</value>
- <description>Log level for running tests/build</description>
- </property>
- <property>
<name>compiler.framesize</name>
<value>32KB</value>
</property>
diff --git
a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration4.xml
b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration4.xml
index f7bb7fc..4d97f71 100644
--- a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration4.xml
+++ b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration4.xml
@@ -46,11 +46,6 @@
</property>
<property>
- <name>log.level</name>
- <value>INFO</value>
- <description>Log level for running tests/build</description>
- </property>
- <property>
<name>compiler.framesize</name>
<value>32KB</value>
</property>
--
To view, visit https://asterix-gerrit.ics.uci.edu/1433
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I880e6bf015986dea9235360a859de2f49bfc6e3a
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <[email protected]>