access-log
This type provides the following service implementations:
-
io.helidon.webserver.spi.ServerFeatureProvider
Configuration options
| key | type | default value | description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
boolean |
|
Whether this feature will be enabled. |
||||||||||||||||||||||||||||||
|
string |
|
The format for log entries (similar to the Apache
|
||||||||||||||||||||||||||||||
|
string |
|
Name of the logger used to obtain access log logger from System.getLogger(String). Defaults to AccessLogFeature.DEFAULT_LOGGER_NAME. |
||||||||||||||||||||||||||||||
|
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. |
||||||||||||||||||||||||||||||
|
double |
|
Weight of the access log feature. We need to log access for anything happening on the server, so weight is high: io.helidon.webserver.accesslog.AccessLogFeature.WEIGHT. |