Class LogLevelConfig
java.lang.Object
org.apache.kafka.common.config.LogLevelConfig
This class holds definitions for log level configurations related to Kafka's application logging. See KIP-412 for additional information
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheDEBUGlevel designates fine-grained informational events that are most useful to debug Kafkastatic final StringTheERRORlevel designates error events that might still allow the broker to continue running.static final StringTheFATALlevel designates a very severe error that will lead the Kafka broker to abort.static final StringTheINFOlevel designates informational messages that highlight normal Kafka events at a coarse-grained levelstatic final StringTheTRACElevel designates finer-grained informational events than theDEBUGlevel.static final StringTheWARNlevel designates potentially harmful situations. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
FATAL_LOG_LEVEL
TheFATALlevel designates a very severe error that will lead the Kafka broker to abort.- See Also:
 
 - 
ERROR_LOG_LEVEL
TheERRORlevel designates error events that might still allow the broker to continue running.- See Also:
 
 - 
WARN_LOG_LEVEL
TheWARNlevel designates potentially harmful situations.- See Also:
 
 - 
INFO_LOG_LEVEL
TheINFOlevel designates informational messages that highlight normal Kafka events at a coarse-grained level- See Also:
 
 - 
DEBUG_LOG_LEVEL
TheDEBUGlevel designates fine-grained informational events that are most useful to debug Kafka- See Also:
 
 - 
TRACE_LOG_LEVEL
TheTRACElevel designates finer-grained informational events than theDEBUGlevel.- See Also:
 
 - 
VALID_LOG_LEVELS
 
 - 
 - 
Constructor Details
- 
LogLevelConfig
public LogLevelConfig() 
 -