DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10706>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10706 MDC layout format %X{...} enhancement Summary: MDC layout format %X{...} enhancement Product: Log4j Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Layout AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently when you specify the PatternLayout for MDC, you must specify the clientNumber, in the following format %X{clientNumber}. This works great when you have the code or documentation in front of you, so you know what the possible clientNumbers in the MDC Hashtable. If you are trying to quickly find a problem in production, you don't have the code or documentation with the possible MDC clientNumber. It would be nice if you could print the entire MDC Hashtable. So a pattern of %X or %X{} or %X{*} would print the entire Hashtable. You could then refine your MDC pattern or layout, if you so desired. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>