Fixes logging in test framework
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/a5137cad Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/a5137cad Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/a5137cad Branch: refs/heads/es-client-changes Commit: a5137cad58c4b997a4d0f7132fa1db1629f7e3a5 Parents: 0bc8b5d Author: Todd Nine <[email protected]> Authored: Thu Oct 30 20:38:12 2014 -0600 Committer: Todd Nine <[email protected]> Committed: Thu Oct 30 20:38:12 2014 -0600 ---------------------------------------------------------------------- .../loadtests/src/test/resources/logback-test.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a5137cad/stack/loadtests/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/stack/loadtests/src/test/resources/logback-test.xml b/stack/loadtests/src/test/resources/logback-test.xml index d15f9f4..6a188ab 100644 --- a/stack/loadtests/src/test/resources/logback-test.xml +++ b/stack/loadtests/src/test/resources/logback-test.xml @@ -1,3 +1,21 @@ +<!-- +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
