LoggingConfig
import type { LoggingConfig } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
The configuration for Platform Telemetry logging for Eventarc Advanced resources.
interface LoggingConfig {
logSeverity?:
} | "LOG_SEVERITY_UNSPECIFIED"
| "NONE"
| "DEBUG"
| "INFO"
| "NOTICE"
| "WARNING"
| "ERROR"
| "CRITICAL"
| "ALERT"
| "EMERGENCY";