class Google::Apis::DataprocV1beta2::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_v1beta2/classes.rb, line 2148 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_v1beta2/classes.rb, line 2153 def update!(**args) @driver_log_levels = args[:driver_log_levels] if args.key?(:driver_log_levels) end