Skip to content

io.helidon.webserver.accesslog.AccessLogFeature

Description

Configuration of access log feature

Configuration options

KeyTypeDefaultDescription
formatStringThe format for log entries (similar to the Apache LogFormat)
logger-nameStringio.helidon.webserver.AccessLogName of the logger used to obtain access log logger from System#getLogger(String)
weightDouble1000.0Weight of the access log feature
socketsList<String>List of sockets to register this feature on
enabledBooleantrueWhether this feature will be enabled

Usages


See the manifest for all available types.