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 LogFormat) | |
logger-name | String | io.helidon.webserver.AccessLog | Name of the logger used to obtain access log logger from System#getLogger(String) |
weight | Double | 1000.0 | Weight of the access log feature |
sockets | List<String> | 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.