google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.LoggingConfig View Source
The runtime logging config of the job.
Attributes
driverLogLevels (%{optional(String.t) => String.t}): The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' Defaults to:
null
.- Enum - one of
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Dataproc.V1.Model.LoggingConfig{driverLogLevels: map()}
t() :: %GoogleApi.Dataproc.V1.Model.LoggingConfig{driverLogLevels: map()}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.