Configuration properties to enable container logs to Elasticsearch.
If true, the default records will be written to a buffer and the data will be written to disk when the buffer is full.
Default: true
The name of the file to write to. If the file does not exist, it will be created.
Default: log/eap.log
The pattern of the file name of the archived log file. The %i pattern represents an integer count.
Default: log/eap.log.%i
The layout pattern to use to format the log event. If no layout pattern is provided, the default layout pattern will be used.
Default: %d %p{length=5} [%t] %c{1} - %m%n
The layout type is used to format a log event and return the result using a PatternLayout type.
Default: PatternLayout
The name of the Appender.
Default: rolling
The policy size to cause a rollover once the file has reached the specified size.
Default: 5MB
The policy to determine whether a rollover should occur.
Default: SizeBasedTriggeringPolicy
The policy type to roll a file according to the configured policy.
Default: Policies
The rolling strategy to determine the files with an index to perform a rollover.
Default: min
The maximum value of the counter. Once this value is reached, the older files will be deleted on subsequent rollovers.
Default: 10
The rollover strategy to determine the rollover of the file.
Default: DefaultRolloverStrategy
The appender rolling type to roll a file according to the policies.
Default: RollingFile
The log event level for a given logger name.
Default: error
The name of the Akana logger.
Default: com.akana
The log digev level for a given logger name.
Default: error
The name of the digev logger.
Default: com.digev
The logger header level.
Default: off
The name of the logger header.
Default: org.apache.http.headers
The logger HTTP level.
Default: off
The name of the HTTP logger.
Default: org.apache.http
The logger Jetty level.
Default: off
The name of the Jetty logger.
Default: org.eclipse.jetty
The logger SOA level.
Default: error
The name of the SOA logger.
Default: com.soa
The logger wire level.
Default: off
The name of the wire logger.
Default: org.apache.http.wire
The name of the configuration.
Default: AkanaConfig
Allow writing of log files to the Elasticsearch server.
Default: rolling
Allow writing of container logs to the Elasticsearch server.
Default: elastic
The root logger level to log the files. The rootLogger.level parameter can be set to all, fatal, error, warn, info, debug, trace, or off. However, if you set the rootLogger.level to all, the log files can be huge on a system and may fill up its mass storage over time.
Default: error
The shutdown hook to manage the logging subsystem lifecycle.
Default: disable
The status property defines the level of internal Log4j events that should be logged to the console, which is useful for troubleshooting the logging problems.
Default: error