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 2016/10/05 17:17:02 UTC

incubator-geode git commit: GEODE-1902: remove line feed

Repository: incubator-geode
Updated Branches:
  refs/heads/develop f3b0d0e15 -> 0e2b53bcb


GEODE-1902: remove line feed


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0e2b53bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0e2b53bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/0e2b53bc

Branch: refs/heads/develop
Commit: 0e2b53bcb14298e4466055fa80b06bc709638357
Parents: f3b0d0e
Author: Kirk Lund <kl...@apache.org>
Authored: Wed Oct 5 10:16:28 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed Oct 5 10:16:28 2016 -0700

----------------------------------------------------------------------
 .../apache/geode/internal/logging/log4j/custom/log4j2-custom.xml  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2b53bc/geode-core/src/test/resources/org/apache/geode/internal/logging/log4j/custom/log4j2-custom.xml
----------------------------------------------------------------------
diff --git a/geode-core/src/test/resources/org/apache/geode/internal/logging/log4j/custom/log4j2-custom.xml b/geode-core/src/test/resources/org/apache/geode/internal/logging/log4j/custom/log4j2-custom.xml
index 4567ccc..574e969 100644
--- a/geode-core/src/test/resources/org/apache/geode/internal/logging/log4j/custom/log4j2-custom.xml
+++ b/geode-core/src/test/resources/org/apache/geode/internal/logging/log4j/custom/log4j2-custom.xml
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Configuration status="FATAL" shutdownHook="disable" packages="org.apache.geode.internal.logging.log4j.custom">
   <Properties>
-    <Property name="custom-pattern">CUSTOM: level=%level time=%date{yyyy/MM/dd HH:mm:ss.SSS z}
-      message=%message%nthrowable=%throwable%n
+    <Property name="custom-pattern">CUSTOM: level=%level time=%date{yyyy/MM/dd HH:mm:ss.SSS z} message=%message%nthrowable=%throwable%n
     </Property>
   </Properties>
   <Appenders>