public enum MetadataJob.Types.ImportJobSpec.Types.LogLevel
Reference documentation and code samples for the Cloud Dataplex v1 API enum MetadataJob.Types.ImportJobSpec.Types.LogLevel.
The level of logs to write to Cloud Logging for this job.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Fields |
|
---|---|
Name | Description |
Debug |
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. |
Info |
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. |
Unspecified |
Log level unspecified. |