public class LogLevelConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String | DEBUG_LOG_LEVELThe DEBUG level designates fine-grained informational events that are most useful to debug Kafka |
static String | ERROR_LOG_LEVELThe ERROR level designates error events that might still allow the broker to continue running. |
static String | FATAL_LOG_LEVELThe FATAL level designates a very severe error that will lead the Kafka broker to abort. |
static String | INFO_LOG_LEVELThe INFO level designates informational messages that highlight normal Kafka events at a coarse-grained level |
static String | TRACE_LOG_LEVELThe TRACE level designates finer-grained informational events than the DEBUG level. |
static Set<String> | VALID_LOG_LEVELS |
static String | WARN_LOG_LEVELThe WARN level designates potentially harmful situations. |
| Constructor and Description |
|---|
LogLevelConfig() |
public static final String FATAL_LOG_LEVEL
FATAL level designates a very severe error that will lead the Kafka broker to abort.public static final String ERROR_LOG_LEVEL
ERROR level designates error events that might still allow the broker to continue running.public static final String WARN_LOG_LEVEL
WARN level designates potentially harmful situations.public static final String INFO_LOG_LEVEL
INFO level designates informational messages that highlight normal Kafka events at a coarse-grained levelpublic static final String DEBUG_LOG_LEVEL
DEBUG level designates fine-grained informational events that are most useful to debug Kafkapublic static final String TRACE_LOG_LEVEL
TRACE level designates finer-grained informational events than the DEBUG level.