class Google::Apis::DataprocV1::LoggingConfig

The runtime logging config of the job.

Attributes

driver_log_levels[RW]

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' Corresponds to the JSON property `driverLogLevels` @return [Hash<String,String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataproc_v1/classes.rb, line 2253
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataproc_v1/classes.rb, line 2258
def update!(**args)
  @driver_log_levels = args[:driver_log_levels] if args.key?(:driver_log_levels)
end