You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/01/17 16:03:38 UTC

[GitHub] [logging-log4j2] jvz commented on a change in pull request #683: LOG4J2-3280 - Add support for microsecond precision in RFC5424Layout

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



##########
File path: log4j-core/src/main/java/org/apache/logging/log4j/core/appender/SyslogAppender.java
##########
@@ -104,6 +104,9 @@
         @PluginElement("LoggerFields")
         private LoggerFields[] loggerFields;
 
+        @PluginBuilderAttribute( "timestampPrecision" )
+        private String timestampPrecision;

Review comment:
       I agree. An enum would make sense.




-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org