Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::LoggingConfig::Level (v1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.