Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Level.
The Log4j level for job execution. When running an Apache Hive job, Cloud Dataproc configures the Hive client to an equivalent verbosity level.
Protobuf type google.cloud.dataproc.v1.LoggingConfig.Level
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LEVEL_UNSPECIFIED
Value: 0Level is unspecified. Use default level for log4j.
Generated from protobuf enum LEVEL_UNSPECIFIED = 0;
ALL
Value: 1Use ALL level for log4j.
Generated from protobuf enum ALL = 1;
TRACE
Value: 2Use TRACE level for log4j.
Generated from protobuf enum TRACE = 2;
DEBUG
Value: 3Use DEBUG level for log4j.
Generated from protobuf enum DEBUG = 3;
INFO
Value: 4Use INFO level for log4j.
Generated from protobuf enum INFO = 4;
WARN
Value: 5Use WARN level for log4j.
Generated from protobuf enum WARN = 5;
ERROR
Value: 6Use ERROR level for log4j.
Generated from protobuf enum ERROR = 6;
FATAL
Value: 7Use FATAL level for log4j.
Generated from protobuf enum FATAL = 7;
OFF
Value: 8Turn off log4j.
Generated from protobuf enum OFF = 8;