Package org.keycloak.config
Class LoggingOptions
java.lang.Object
org.keycloak.config.LoggingOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoggingOptions.Output
static final String
static final String
static final LoggingOptions.Handler
static final LoggingOptions.Level
static final String
static final LoggingOptions.Output
static final Option<List<LoggingOptions.Handler>>
static final Option<LoggingOptions.JsonFormat>
static final Option<LoggingOptions.Level>
static final Option<LoggingOptions.Output>
static final Option<LoggingOptions.JsonFormat>
static final Option<LoggingOptions.Level>
static final Option<LoggingOptions.Output>
static final Option<LoggingOptions.Level>
static final Option<io.quarkus.runtime.logging.LogRuntimeConfig.SyslogConfig.CountingFraming>
static final Option<LoggingOptions.JsonFormat>
static final Option<LoggingOptions.Level>
static final Option<LoggingOptions.Output>
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_LOG_HANDLER
-
DEFAULT_LOG_LEVEL
-
DEFAULT_CONSOLE_OUTPUT
-
DEFAULT_SYSLOG_OUTPUT
-
DEFAULT_LOG_FILENAME
- See Also:
-
DEFAULT_LOG_PATH
-
DEFAULT_LOG_FORMAT_FUNC
-
DEFAULT_LOG_FORMAT
-
LOG
-
LOG_LEVEL
-
LOG_LEVEL_CATEGORY
-
LOG_ASYNC
-
LOG_CONSOLE_OUTPUT
-
LOG_CONSOLE_LEVEL
-
LOG_CONSOLE_FORMAT
-
LOG_CONSOLE_JSON_FORMAT
-
LOG_CONSOLE_INCLUDE_TRACE
-
LOG_CONSOLE_INCLUDE_MDC
-
LOG_CONSOLE_COLOR
-
LOG_CONSOLE_ENABLED
-
LOG_CONSOLE_ASYNC
-
LOG_CONSOLE_ASYNC_QUEUE_LENGTH
-
LOG_FILE_ENABLED
-
LOG_FILE
-
LOG_FILE_LEVEL
-
LOG_FILE_FORMAT
-
LOG_FILE_JSON_FORMAT
-
LOG_FILE_INCLUDE_TRACE
-
LOG_FILE_INCLUDE_MDC
-
LOG_FILE_OUTPUT
-
LOG_FILE_ASYNC
-
LOG_FILE_ASYNC_QUEUE_LENGTH
-
LOG_SYSLOG_ENABLED
-
LOG_SYSLOG_ENDPOINT
-
LOG_SYSLOG_LEVEL
-
LOG_SYSLOG_TYPE
-
LOG_SYSLOG_MAX_LENGTH
-
LOG_SYSLOG_APP_NAME
-
LOG_SYSLOG_PROTOCOL
-
LOG_SYSLOG_FORMAT
-
LOG_SYSLOG_JSON_FORMAT
-
LOG_SYSLOG_INCLUDE_TRACE
-
LOG_SYSLOG_INCLUDE_MDC
-
LOG_SYSLOG_OUTPUT
-
LOG_SYSLOG_COUNTING_FRAMING
public static final Option<io.quarkus.runtime.logging.LogRuntimeConfig.SyslogConfig.CountingFraming> LOG_SYSLOG_COUNTING_FRAMING -
LOG_SYSLOG_ASYNC
-
LOG_SYSLOG_ASYNC_QUEUE_LENGTH
-
LOG_MDC_ENABLED
-
LOG_MDC_KEYS
-
-
Constructor Details
-
LoggingOptions
public LoggingOptions()
-