[router] improve router logs and request id header (#8415)

This commit is contained in:
Simo Lin
2025-07-27 19:30:19 -07:00
committed by GitHub
parent dd487e5553
commit fe6a445d1e
17 changed files with 426 additions and 128 deletions

View File

@@ -50,6 +50,7 @@ impl StreamingTestContext {
metrics: None,
log_dir: None,
log_level: None,
request_id_headers: None,
};
let client = Client::builder()