Package org.keycloak.config
Class LoggingOptions
java.lang.Object
org.keycloak.config.LoggingOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LoggingOptions.Output
static final String
static final String
static final LoggingOptions.Handler
static final LoggingOptions.Level
static final String
static final String
static final LoggingOptions.Output
static final Option<List<LoggingOptions.Handler>>
static final Option<LoggingOptions.Level>
static final Option<LoggingOptions.Output>
static final Option<LoggingOptions.Level>
static final Option<LoggingOptions.Output>
static final Option<LoggingOptions.Level>
static final Option<io.quarkus.runtime.configuration.MemorySize>
static final Option<LoggingOptions.Output>
-
Constructor Summary
-
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
-
DEFAULT_LOG_TRACING_FORMAT
-
LOG
-
LOG_LEVEL
-
LOG_CONSOLE_OUTPUT
-
LOG_CONSOLE_LEVEL
-
LOG_CONSOLE_FORMAT
-
LOG_CONSOLE_INCLUDE_TRACE
-
LOG_CONSOLE_COLOR
-
LOG_CONSOLE_ENABLED
-
LOG_FILE_ENABLED
-
LOG_FILE
-
LOG_FILE_LEVEL
-
LOG_FILE_FORMAT
-
LOG_FILE_INCLUDE_TRACE
-
LOG_FILE_OUTPUT
-
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_INCLUDE_TRACE
-
LOG_SYSLOG_OUTPUT
-
-
Constructor Details
-
LoggingOptions
public LoggingOptions()
-