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

PlatformLogsSettings

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

Settings for Platform Logs produced by Pub/Sub.

interface PlatformLogsSettings {
severity?:
| "SEVERITY_UNSPECIFIED"
| "DISABLED"
| "DEBUG"
| "INFO"
| "WARNING"
| "ERROR";
}

§Properties

§
severity?: "SEVERITY_UNSPECIFIED" | "DISABLED" | "DEBUG" | "INFO" | "WARNING" | "ERROR"
[src]

Optional. The minimum severity level of Platform Logs that will be written.