The per-package log levels for the driver. This can include "root" package name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO' - 'org.apache = DEBUG'
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Level
The Log4j level for job execution. When running an Apache Hive job, Cloud Dataproc configures the Hive client to an equivalent verbosity level.
Enums
LEVEL_UNSPECIFIED
Level is unspecified. Use default level for log4j.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-27 UTC."],[[["The runtime logging configuration for a job is defined using a JSON representation with `driverLogLevels`."],["`driverLogLevels` specifies the log levels for different packages in the driver, including the root package, allowing fine-grained control over logging verbosity."],["Log levels can be set using predefined enums, ranging from `LEVEL_UNSPECIFIED` to `OFF`, and including common levels like `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, and `FATAL`."],["The different log level enums configure the level of verbosity of the driver logs, where turning off log4j is an option."]]],[]]