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