syncer_inter_jump_log_threshold

The syncer_inter_jump_log_threshold directive sets a threshold value for logging inter-jump synchronization events within the Kaltura Media Framework.

Syntaxsyncer_inter_jump_log_threshold number;
Defaultnone
Context
Arguments1

Description

The syncer_inter_jump_log_threshold directive plays a crucial role in monitoring synchronization events between different media components in the Kaltura Media Framework. By specifying a threshold value, this directive helps to limit the amount of logged inter-jump events, thus preventing the generation of unnecessary log entries during periods of high synchronization activity. The value assigned to this directive determines the minimum threshold at which a synchronization event will be logged. If a sync event occurs but does not exceed this designated threshold, it will not be recorded in the logs.

In practice, setting this directive aids in optimizing the logging process by reducing verbosity during regular operation while still ensuring that critical synchronization issues are captured and logged if they exceed the specified threshold. Adjusting the value allows system administrators to balance between having sufficient logging detail to diagnose issues and minimizing log clutter during normal operations. However, it is essential to choose an appropriate threshold value that reflects the operational environment and performance expectations of the media components involved.

Config Example

syncer_inter_jump_log_threshold 100;

Setting the threshold too high may cause missed logging of critical synchronization events.

Conversely, setting it too low can result in excessive logging, making it difficult to identify significant issues.

← Back to all directives