Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LoggingConfig

import type { LoggingConfig } from "https://googleapis.deno.dev/v1/datafusion:v1.ts";

Logging configuration for a Data Fusion instance.

interface LoggingConfig {
enableInstanceV2Logs?: boolean;
instanceCloudLoggingDisabled?: boolean;
}

§Properties

§
enableInstanceV2Logs?: boolean
[src]

Optional. Option to enable the InstanceV2 logging for this instance. This field is supported only in CDF patch revision versions 6.11.1.1 and above.

§
instanceCloudLoggingDisabled?: boolean
[src]

Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.