You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2018/11/30 17:50:51 UTC

[geode] branch develop updated: GEODE-6092: Delete unused test resource (#2916)

This is an automated email from the ASF dual-hosted git repository.

klund pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5344441  GEODE-6092: Delete unused test resource (#2916)
5344441 is described below

commit 53444416879d1cc04c62d073a64b321b24b79ab5
Author: Kirk Lund <kl...@apache.org>
AuthorDate: Fri Nov 30 09:50:42 2018 -0800

    GEODE-6092: Delete unused test resource (#2916)
    
    Delete SingleHopClientExecutorWithLoggingIntegrationTest_log4j2.xml
---
 ...ntExecutorWithLoggingIntegrationTest_log4j2.xml | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/geode-core/src/integrationTest/resources/org/apache/geode/cache/client/internal/SingleHopClientExecutorWithLoggingIntegrationTest_log4j2.xml b/geode-core/src/integrationTest/resources/org/apache/geode/cache/client/internal/SingleHopClientExecutorWithLoggingIntegrationTest_log4j2.xml
deleted file mode 100644
index edfa2d8..0000000
--- a/geode-core/src/integrationTest/resources/org/apache/geode/cache/client/internal/SingleHopClientExecutorWithLoggingIntegrationTest_log4j2.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ 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 status="INFO" shutdownHook="disable" packages="org.apache.geode.internal.logging.log4j">
-    <Properties>
-        <Property name="geode-pattern">[%level{lowerCase=true} %date{yyyy/MM/dd HH:mm:ss.SSS z} &lt;%thread&gt; tid=%hexTid] %message%n%throwable%n</Property>
-    </Properties>
-    <Appenders>
-        <GeodeConsole name="STDOUT" target="SYSTEM_OUT" debug="true">
-            <PatternLayout pattern="${geode-pattern}"/>
-        </GeodeConsole>
-    </Appenders>
-    <Loggers>
-        <Logger name="com.gemstone" level="INFO" additivity="true"/>
-        <Logger name="org.apache.geode" level="INFO" additivity="true">
-            <filters>
-                <MarkerFilter marker="GEODE_VERBOSE" onMatch="DENY" onMismatch="NEUTRAL"/>
-            </filters>
-        </Logger>
-        <Logger name="org.jgroups" level="FATAL" additivity="true"/>
-        <Logger name="org.eclipse.jetty" level="FATAL" additivity="true"/>
-        <Root level="INFO">
-            <AppenderRef ref="STDOUT"/>
-        </Root>
-    </Loggers>
-</Configuration>