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 18c47cf GEODE-5776: Use HexThreadIdPatternConverter in tests (#2541)
18c47cf is described below
commit 18c47cf8089f8950d5fba3fa824c4e6aefa05e66
Author: Kirk Lund <[email protected]>
AuthorDate: Fri Sep 28 15:58:00 2018 -0700
GEODE-5776: Use HexThreadIdPatternConverter in tests (#2541)
---
.../ConsoleAppenderWithLoggerContextRuleIntegrationTest_log4j2.xml | 2 +-
.../log4j/ConsoleAppenderWithSystemOutRuleIntegrationTest_log4j2.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithLoggerContextRuleIntegrationTest_log4j2.xml
b/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithLoggerContextRuleIntegrationTest_log4j2.xml
index 4321615..87196fe 100644
---
a/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithLoggerContextRuleIntegrationTest_log4j2.xml
+++
b/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithLoggerContextRuleIntegrationTest_log4j2.xml
@@ -17,7 +17,7 @@
-->
<Configuration status="WARN" shutdownHook="disable"
packages="org.apache.geode.internal.logging.log4j,org.apache.logging.log4j.test.appender">
<Properties>
- <Property name="geode-pattern">[%level{lowerCase=true}
%date{yyyy/MM/dd HH:mm:ss.SSS z} <%thread> tid=%tid]
%message%n%throwable%n</Property>
+ <Property name="geode-pattern">[%level{lowerCase=true}
%date{yyyy/MM/dd HH:mm:ss.SSS z} <%thread> tid=%hexTid]
%message%n%throwable%n</Property>
</Properties>
<Appenders>
<Console name="STDOUT" target="SYSTEM_OUT">
diff --git
a/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithSystemOutRuleIntegrationTest_log4j2.xml
b/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithSystemOutRuleIntegrationTest_log4j2.xml
index 68d896e..35943bb 100644
---
a/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithSystemOutRuleIntegrationTest_log4j2.xml
+++
b/geode-core/src/integrationTest/resources/org/apache/geode/internal/logging/log4j/ConsoleAppenderWithSystemOutRuleIntegrationTest_log4j2.xml
@@ -17,7 +17,7 @@
-->
<Configuration status="ERROR" 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} <%thread> tid=%tid]
%message%n%throwable%n</Property>
+ <Property name="geode-pattern">[%level{lowerCase=true}
%date{yyyy/MM/dd HH:mm:ss.SSS z} <%thread> tid=%hexTid]
%message%n%throwable%n</Property>
</Properties>
<Appenders>
<Console name="STDOUT" target="SYSTEM_OUT">