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

StackdriverLoggingConfig

import type { StackdriverLoggingConfig } from "https://googleapis.deno.dev/v1/cloudtasks:v2.ts";

Configuration options for writing logs to Stackdriver Logging.

interface StackdriverLoggingConfig {
samplingRatio?: number;
}

§Properties

§
samplingRatio?: number
[src]

Specifies the fraction of operations to write to Stackdriver Logging. This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged.