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 {
instanceCloudLoggingDisabled?: boolean;
}

§Properties

§
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.