Reference documentation and code samples for the Google Cloud Dataproc V1 Client class LoggingConfig.
The runtime logging config of the job.
Generated from protobuf message google.cloud.dataproc.v1.LoggingConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ driver_log_levels |
array|Google\Protobuf\Internal\MapField
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' |
getDriverLogLevels
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'
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setDriverLogLevels
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'
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |