Interface DataflowWorkerLoggingOptions

  • All Superinterfaces:
    org.apache.beam.sdk.transforms.display.HasDisplayData, org.apache.beam.sdk.options.PipelineOptions
    All Known Subinterfaces:
    DataflowPipelineOptions, DataflowWorkerHarnessOptions, TestDataflowPipelineOptions

    @Deprecated
    public interface DataflowWorkerLoggingOptions
    extends org.apache.beam.sdk.options.PipelineOptions
    Deprecated.
    This interface will no longer be the source of truth for worker logging configuration once jobs are executed using a dedicated SDK harness instead of user code being co-located alongside Dataflow worker code. Consider set corresponding options within SdkHarnessOptions to ensure forward compatibility.
    Options that are used to control logging configuration on the Dataflow worker.