garydgregory commented on a change in pull request #683:
URL: https://github.com/apache/logging-log4j2/pull/683#discussion_r836762447



##########
File path: 
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/Rfc5424Layout.java
##########
@@ -627,7 +608,8 @@ public static Rfc5424Layout createLayout(
             // RFC 5425
             @PluginAttribute(value = "useTlsMessageFormat") final boolean 
useTlsMessageFormat,
             @PluginElement("LoggerFields") final LoggerFields[] loggerFields,
-            @PluginConfiguration final Configuration config) {
+            @PluginConfiguration final Configuration config,
+            @PluginAttribute(value = "timestampPrecision") final 
TimestampPrecision timestampPrecision) {

Review comment:
       Use a builder instead of breaking BC.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to