Description

Configuration of access log feature.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
enabledVALUEBooleantrueWhether this feature will be enabled
formatVALUEString The format for log entries (similar to the Apache LogFormat)
logger-nameVALUEStringio.helidon.webserver.AccessLogName of the logger used to obtain access log logger from System#getLogger(String)
socketsLISTString List of sockets to register this feature on
weightVALUEDouble1000.0Weight of the access log feature

See the manifest for all available types.