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-06-20 UTC."],[[["\u003cp\u003eThe runtime logging configuration for a job is defined using a JSON representation with \u003ccode\u003edriverLogLevels\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edriverLogLevels\u003c/code\u003e specifies the log levels for different packages in the driver, including the root package, allowing fine-grained control over logging verbosity.\u003c/p\u003e\n"],["\u003cp\u003eLog levels can be set using predefined enums, ranging from \u003ccode\u003eLEVEL_UNSPECIFIED\u003c/code\u003e to \u003ccode\u003eOFF\u003c/code\u003e, and including common levels like \u003ccode\u003eTRACE\u003c/code\u003e, \u003ccode\u003eDEBUG\u003c/code\u003e, \u003ccode\u003eINFO\u003c/code\u003e, \u003ccode\u003eWARN\u003c/code\u003e, \u003ccode\u003eERROR\u003c/code\u003e, and \u003ccode\u003eFATAL\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe different log level enums configure the level of verbosity of the driver logs, where turning off log4j is an option.\u003c/p\u003e\n"]]],[],null,[]]