io.helidon.webserver.accesslog.AccessLogFeature
Description
Configuration of access log feature
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
format | String | The format for log entries (similar to the Apache Log) | |
logger- | String | io. | Name of the logger used to obtain access log logger from System# |
weight | Double | 1000. | Weight of the access log feature |
sockets | List< | List of sockets to register this feature on | |
enabled | Boolean | true | Whether this feature will be enabled |
Usages
See the manifest for all available types.