Abacn commented on code in PR #31956:
URL: https://github.com/apache/beam/pull/31956#discussion_r1690176103
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/action/DataChangeRecordAction.java:
##########
@@ -85,6 +85,7 @@ public Optional<ProcessContinuation> run(
final String token = partition.getPartitionToken();
LOG.debug("[{}] Processing data record {}", token,
record.getCommitTimestamp());
Review Comment:
there is already debug log here. One can set
`--sdkHarnessLogLevelOverrides='{\"org.apache.beam.sdk.io.gcp.spanner.changestreams.action.DataChangeRecordAction\":\"DEBUG\"}'"`
to enable it. See
https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/options/SdkHarnessOptions.SdkHarnessLogLevelOverrides.html
--
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]