View Source GoogleApi.Dataproc.V1.Model.LoggingConfig (google_api_dataproc v0.54.0)

The runtime logging config of the job.

Attributes

  • driverLogLevels (type: map(), default: nil) - The per-package log levels for the driver. This can include "root" package name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO' - 'org.apache = DEBUG'

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.LoggingConfig{driverLogLevels: map() | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.