io.helidon.http.HttpLogConfig
Description
Configuration of logging of the HTTP layer
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
send- | Boolean | true | Logging of sent packets |
logger- | String | Base name of the logger to use when logging receive and send packets | |
log- | List< | Header names whose values can be logged at debug level, except sensitive names that are always redacted | |
recv- | Boolean | true | Logging of received packets |
Usages
server.protocols. http_ 1_1. log server.protocols. http_ 2.log server.sockets. protocols. http_ 1_1. log server.sockets. protocols. http_ 2.log
See the manifest for all available types.