Google Cloud Dataproc V1 Client - Class LoggingConfig (3.2.2)

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
NameDescription
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'

Generated from protobuf field map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Returns
TypeDescription
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'

Generated from protobuf field map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this