Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::LoggingConfig::Level (v1.7.0)

Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::LoggingConfig::Level.

The Log4j level for job execution. When running an Apache Hive job, Cloud Dataproc configures the Hive client to an equivalent verbosity level.

Constants

LEVEL_UNSPECIFIED

value: 0
Level is unspecified. Use default level for log4j.

ALL

value: 1
Use ALL level for log4j.

TRACE

value: 2
Use TRACE level for log4j.

DEBUG

value: 3
Use DEBUG level for log4j.

INFO

value: 4
Use INFO level for log4j.

WARN

value: 5
Use WARN level for log4j.

ERROR

value: 6
Use ERROR level for log4j.

FATAL

value: 7
Use FATAL level for log4j.

OFF

value: 8
Turn off log4j.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.