worker_logs

Function worker_logs 

Source
pub async fn worker_logs(
    broker_url: &str,
    worker_id: &str,
    level_filter: Option<&str>,
    follow: bool,
    initial_lines: usize,
) -> Result<()>
Expand description

Stream worker logs with optional filtering and follow mode