Struct google_dataproc1::LoggingConfig[][src]

pub struct LoggingConfig {
    pub driver_log_levels: Option<HashMap<String, String>>,
}

The runtime logging config of the job.

This type is not used in any activity, and only used as part of another schema.

Fields

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'

Trait Implementations

impl Default for LoggingConfig
[src]

Returns the "default value" for a type. Read more

impl Clone for LoggingConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LoggingConfig
[src]

Formats the value using the given formatter. Read more

impl Part for LoggingConfig
[src]

Auto Trait Implementations