- AccessLogFeature (webserver.accesslog) Configuration
Type: io.helidon.webserver.accesslog.AccessLogFeature
Config keyaccess-logcontent_copyThis type provides the following service implementations:
io.helidon.webserver.spi.ServerFeatureProvider
Configuration options
Optional configuration options
| key | type | default value | description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
enabled | boolean | true | Whether this feature will be enabled. | ||||||||||||||||||||||||||||||
format | string | The format for log entries (similar to the Apache
| |||||||||||||||||||||||||||||||
logger-name | string | io.helidon.webserver.AccessLog | Name of the logger used to obtain access log logger from System.getLogger(String). Defaults to | ||||||||||||||||||||||||||||||
sockets | string[] | List of sockets to register this feature on. If empty, it would get registered on all sockets. The logger used will have the expected logger with a suffix of the socket name. | |||||||||||||||||||||||||||||||
weight | double | 1000.0 | Weight of the access log feature. We need to log access for anything happening on the server, so weight is high: |