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

GoogleCloudConnectorsV1LogConfig

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

Log configuration for the connection.

interface GoogleCloudConnectorsV1LogConfig {
enabled?: boolean;
level?:
| "LOG_LEVEL_UNSPECIFIED"
| "ERROR"
| "INFO"
| "DEBUG";
}

§Properties

§
enabled?: boolean
[src]

Enabled represents whether logging is enabled or not for a connection.

§
level?: "LOG_LEVEL_UNSPECIFIED" | "ERROR" | "INFO" | "DEBUG"
[src]

Optional. Log configuration level.