Google Cloud Dataplex V1 Client - Class LogLevel (1.1.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class LogLevel.

The level of logs to write to Cloud Logging for this job.

Protobuf type google.cloud.dataplex.v1.MetadataJob.ImportJobSpec.LogLevel

Namespace

Google \ Cloud \ Dataplex \ V1 \ MetadataJob \ ImportJobSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LOG_LEVEL_UNSPECIFIED

Value: 0

Log level unspecified.

Generated from protobuf enum LOG_LEVEL_UNSPECIFIED = 0;

DEBUG

Value: 1

Debug-level logging. Captures detailed logs for each import item. Use debug-level logging to troubleshoot issues with specific import items.

For example, use debug-level logging to identify resources that are missing from the job scope, entries or aspects that don't conform to the associated entry type or aspect type, or other misconfigurations with the metadata import file. Depending on the size of your metadata job and the number of logs that are generated, debug-level logging might incur additional costs.

Generated from protobuf enum DEBUG = 1;

INFO

Value: 2

Info-level logging. Captures logs at the overall job level. Includes aggregate logs about import items, but doesn't specify which import item has an error.

Generated from protobuf enum INFO = 2;