LoggingConfig Stay organized with collections Save and categorize content based on your preferences.
The runtime logging config of the job.
| JSON representation |
|---|
{"driverLogLevels":{string:enum ( |
| Fields | |
|---|---|
driverLogLevels |
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 |
Level
The Log4j level for job execution. When running anApache Hive job, Cloud Dataproc configures the Hive client to an equivalent verbosity level.
| Enums | |
|---|---|
LEVEL_UNSPECIFIED | Level is unspecified. Use default level for log4j. |
ALL | Use ALL level for log4j. |
TRACE | Use TRACE level for log4j. |
DEBUG | Use DEBUG level for log4j. |
INFO | Use INFO level for log4j. |
WARN | Use WARN level for log4j. |
ERROR | Use ERROR level for log4j. |
FATAL | Use FATAL level for log4j. |
OFF | Turn off log4j. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-20 UTC.