LoggingConfigResponse

data class LoggingConfigResponse(val driverLogLevels: Map<String, String>)

The runtime logging config of the job.

Constructors

Link copied to clipboard
fun LoggingConfigResponse(driverLogLevels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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'