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



##########
File path: 
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/SyslogAppender.java
##########
@@ -211,6 +214,10 @@ public String getExceptionPattern() {
             return loggerFields;
         }
 
+               public String getTimestampPrecision() {

Review comment:
       Yeah.. issue due to tabs. Was due to problem with my eclipse formatter 
setting. I have fixed it with latest commit.

##########
File path: 
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/SyslogAppender.java
##########
@@ -300,6 +307,11 @@ public B setLoggerFields(final LoggerFields[] 
loggerFields) {
             this.loggerFields = loggerFields;
             return asBuilder();
         }
+
+               public B setTimestampPrecision(final String timestampPrecision) 
{

Review comment:
       I have fixed it with latest commit.




-- 
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