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/storagebatchoperations:v1.ts";

Specifies the Cloud Logging behavior.

interface LoggingConfig {
logActions?: "LOGGABLE_ACTION_UNSPECIFIED" | "TRANSFORM"[];
logActionStates?: "LOGGABLE_ACTION_STATE_UNSPECIFIED" | "SUCCEEDED" | "FAILED"[];
}

§Properties

§
logActions?: "LOGGABLE_ACTION_UNSPECIFIED" | "TRANSFORM"[]
[src]

Required. Specifies the actions to be logged.

§
logActionStates?: "LOGGABLE_ACTION_STATE_UNSPECIFIED" | "SUCCEEDED" | "FAILED"[]
[src]

Required. States in which Action are logged.If empty, no logs are generated.