Skip to content

io.helidon.webserver.observe.log.LogStreamConfig

Description

Log stream configuration for Log Observer

Configuration options

KeyTypeDefaultDescription
idle-message-timeoutDurationPT5SHow long to wait before we send the idle message, to make sure we keep the stream alive
queue-sizeInteger100Length of the in-memory queue that buffers log messages from loggers before sending them over the network
content-typeHttpMediaTypeN/A
idle-stringString% String sent when there are no log messages within the #idleMessageTimeout()
enabledBooleantrueWhether stream is enabled

Usages


See the manifest for all available types.