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

HealthCheckLogConfig

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

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

interface HealthCheckLogConfig {
enable?: boolean;
}

§Properties

§
enable?: boolean
[src]

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.