Author: ggregory Date: Thu Jun 13 23:18:20 2013 New Revision: 1492900 URL: http://svn.apache.org/r1492900 Log: Match issue title to [LOG4J2-168].
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1492900&r1=1492899&r2=1492900&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/changes/changes.xml (original) +++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Jun 13 23:18:20 2013 @@ -27,7 +27,7 @@ Fix NullPointerException (regression due to fix for LOG4J2-228) </action> <action issue="LOG4J2-168" dev="rgoers" type="update" due-to="Scott Severtson"> - Allow elements of the logging event to be added to the MDC structured data in RFC5424Layout. + Include arbitrary message fields in RFC-5424 structured data. </action> <action issue="LOG4J2-275" dev="rgoers" type="fix"> FlumeAvroManager fails to notify client of failing event if Flume RPCClient cannot be created.