io.helidon.webserver.observe.log.LogStreamConfig
Description
Log stream configuration for Log Observer
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
idle-message-timeout | Duration | PT5S | How long to wait before we send the idle message, to make sure we keep the stream alive |
queue-size | Integer | 100 | Length of the in-memory queue that buffers log messages from loggers before sending them over the network |
content-type | HttpMediaType | N/A | |
idle-string | String | % | String sent when there are no log messages within the #idleMessageTimeout() |
enabled | Boolean | true | Whether stream is enabled |
Usages
See the manifest for all available types.