Lehel44 commented on a change in pull request #5093:
URL: https://github.com/apache/nifi/pull/5093#discussion_r640574718



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/processor/SimpleProcessLogger.java
##########
@@ -448,4 +454,20 @@ public void log(LogLevel level, String msg, Object[] os, 
Throwable t) {
         }
     }
 
+    private String getCauses(final Throwable throwable) {

Review comment:
       Thanks for the tip! Yes, the new line in the beginning was intentionaly 
for better readability.

##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/processor/SimpleProcessLogger.java
##########
@@ -448,4 +454,20 @@ public void log(LogLevel level, String msg, Object[] os, 
Throwable t) {
         }
     }
 
+    private String getCauses(final Throwable throwable) {

Review comment:
       Thanks for the tip! Yes, the new line in the beginning was intentional 
for better readability.




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

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


Reply via email to