greyp9 commented on a change in pull request #5829:
URL: https://github.com/apache/nifi/pull/5829#discussion_r818231125



##########
File path: 
nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node2/logback.xml
##########
@@ -84,13 +84,13 @@
             <maxHistory>5</maxHistory>
         </rollingPolicy>
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
-            <pattern>%date %level [%thread] %logger{40} %msg%n</pattern>
+            <pattern>%date %level [%thread] %logger %msg%n</pattern>
         </encoder>
     </appender>
 
     <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
-            <pattern>%date %level [%thread] %logger{40} %msg%n</pattern>
+            <pattern>%date %level [%thread] %logger %msg%n</pattern>

Review comment:
       The `{40}` makes it harder to grep log files for log messages coming 
from a given package.




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