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 <[email protected]> Authored: Wed Oct 5 10:16:28 2016 -0700 Committer: Kirk Lund <[email protected]> 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>
