[
https://issues.jboss.org/browse/LOGMGR-87?page=com.atlassian.jira.plugin....
]
Ebbe George Haabendal Brandstrup commented on LOGMGR-87:
--------------------------------------------------------
I am eagerly awaiting this to be resolved. I'm doing a nasty hack to be able to use
async handlers while also getting NDC info into my logs... both are (completely standard I
should think) requirements in my project.
Thanks.
NDC formatting is wrong with AsyncHandler
-----------------------------------------
Key: LOGMGR-87
URL:
https://issues.jboss.org/browse/LOGMGR-87
Project: JBoss Log Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Valter Karacek
Assignee: James Perkins
NDC information is not logged when used with asynchronous log handler.
The problem appears to be with Formatters.ndcFormatStep that return the value from NDC
class, instead getting from ExtLogRecord.getNdc().
<pattern-formatter pattern="%d | %-5p | [%c] | (%t:%x) | %m%n"/>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)