Skip to content

Commit

Permalink
GEM-3138: Adding memberName to the log pattern (apache#5795)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabarunnag authored Dec 4, 2020
1 parent 9ccef08 commit a16256c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geode-log4j/src/main/resources/log4j2-cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<Configuration status="WARN" shutdownHook="disable" packages="org.apache.geode">
<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>
<Property name="geode-pattern">[%level{lowerCase=true} %date{yyyy/MM/dd HH:mm:ss.SSS z} %memberName &lt;%thread&gt; tid=%hexTid] %message%n%throwable%n</Property>
</Properties>
<Appenders>
<Console name="STDOUT" target="SYSTEM_OUT">
Expand Down
2 changes: 1 addition & 1 deletion geode-log4j/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<Configuration status="WARN" shutdownHook="disable" packages="org.apache.geode">
<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>
<Property name="geode-pattern">[%level{lowerCase=true} %date{yyyy/MM/dd HH:mm:ss.SSS z} %memberName &lt;%thread&gt; tid=%hexTid] %message%n%throwable%n</Property>
<Property name="geode-default">true</Property>
</Properties>
<Appenders>
Expand Down

0 comments on commit a16256c

Please sign in to comment.