Abacn commented on code in PR #29991:
URL: https://github.com/apache/beam/pull/29991#discussion_r1449337488


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/io/FileBasedSource.java:
##########
@@ -131,6 +131,12 @@ protected FileBasedSource(
 
     // This field will be unused in this mode.
     this.emptyMatchTreatment = EmptyMatchTreatment.DISALLOW;
+
+    LOG.info(

Review Comment:
   Should this be DEBUG? For each source splitted it will emit one log. Could 
introduce lots of logs in large pipeline.
   
   If set to DEBUG one can see this log when `--sdkHarnessLogLevelOverride` is 
configured



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