pub async fn worker_logs( broker_url: &str, worker_id: &str, level_filter: Option<&str>, follow: bool, initial_lines: usize, ) -> Result<()>
Stream worker logs with optional filtering and follow mode