You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2018/09/24 18:48:00 UTC

[jira] [Updated] (GEODE-5776) Console log statements show thread id in decimal format

     [ https://issues.apache.org/jira/browse/GEODE-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-5776:
-----------------------------
    Description: 
The console log statements for stdout should show thread id in hex format, but they are now showing it in decimal format.

Geode contains ThreadIdPatternConverter which formats the tid in hex format. Log4j2 introduced its own ThreadIdPatternConverter in 2.6 (after Geode's) and because the Plugin name and ConverterKeys are the same as ours it's now being used instead of the one in Geode.

The fix will require us to rename our Plugin and ConverterKeys.

  was:
The console log statements for stdout should show thread id in hex format, but they are now showing it in decimal format.

Geode contains ThreadIdPatternConverter which formats the tid in hex format. Log4j2 introduced its own ThreadIdPatternConverter in 2.6 (after Geode's) and because the Plugin name and ConverterKeys are the same as ours it's now being used instead of the one in Geode.

The fix will require us to rename our Plugin and add "geode" into the names of the ConverterKeys.


> Console log statements show thread id in decimal format
> -------------------------------------------------------
>
>                 Key: GEODE-5776
>                 URL: https://issues.apache.org/jira/browse/GEODE-5776
>             Project: Geode
>          Issue Type: Bug
>          Components: logging
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>
> The console log statements for stdout should show thread id in hex format, but they are now showing it in decimal format.
> Geode contains ThreadIdPatternConverter which formats the tid in hex format. Log4j2 introduced its own ThreadIdPatternConverter in 2.6 (after Geode's) and because the Plugin name and ConverterKeys are the same as ours it's now being used instead of the one in Geode.
> The fix will require us to rename our Plugin and ConverterKeys.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)