kQueueHighWaterMark#

Fully qualified name: omni::structuredlog::kQueueHighWaterMark

Defined in omni/structuredlog/StructuredLogSettingsUtils.h

constexpr char omni::structuredlog::kQueueHighWaterMark[] = "/structuredLog/queueHighWaterMark"#

This sets the point where omni.structuredlog will decide that the queue is overfilled and will automatically increase the queue size.

This is represented as a percent of the queue that’s full, so a setting of 70 will cause the queue to resize when it’s more than 70% full. By default, this is 80. This can be set to 0 or a negative number to disable this feature.