Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use Stackdriver Logging with your Cloud Data Fusion pipeline, you need to enable Stackdriver Logging when you create your Cloud Data Fusion instance.

...

If Stackdriver Logging

...

was not enabled during instance creation.

...

It can be enabled using the gcloud command, example:

gcloud beta data-fusion instances update $INSTANCE_NAME \
--project=$PROJECT \
--location=$LOCATION \
--enable_stackdriver_logging

  1. In the GCP Console Data Fusion Instances page, click Create instance.

  2. Click Show advanced options.

  3. Under Logging and monitoring, click Enable Stackdriver logging service.

...