Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec::LogLevel.
The level of logs to write to Cloud Logging for this job.
Constants
LOG_LEVEL_UNSPECIFIED
value: 0 Log level unspecified.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[],[]]