satybald commented on a change in pull request #15237:
URL: https://github.com/apache/beam/pull/15237#discussion_r679330530



##########
File path: sdks/python/apache_beam/io/gcp/bigquery_file_loads.py
##########
@@ -415,7 +424,7 @@ def process(self, element, schema_mod_job_name_prefix):
     uid = _bq_uuid()
     job_name = '%s_%s_%s' % (schema_mod_job_name_prefix, destination_hash, uid)
 
-    _LOGGER.debug(
+    _LOGGER.info(

Review comment:
       Schema modification job doesn't often happen 1-2 per job. Adding as info 
level will help in troubleshooting. 




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