You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2022/03/10 06:19:36 UTC

[GitHub] [gobblin] arjun4084346 commented on a change in pull request #3476: log number of ingested records in AsynchronusFork

arjun4084346 commented on a change in pull request #3476:
URL: https://github.com/apache/gobblin/pull/3476#discussion_r823381123



##########
File path: gobblin-runtime/src/main/java/org/apache/gobblin/runtime/Task.java
##########
@@ -518,9 +518,6 @@ private void runSynchronousModel() throws Exception {
       }
     }
 
-    LOG.info("Extracted " + this.recordsPulled + " data records");
-    LOG.info("Row quality checker finished with results: " + rowResults.getResults());
-

Review comment:
       This is a duplicate log line, so removing it.




-- 
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: dev-unsubscribe@gobblin.apache.org

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