stream access logs and improve access log format (#581)

This commit is contained in:
Adil Hafeez 2025-09-30 18:46:13 -07:00 committed by GitHub
parent 43fceffd93
commit f4d65e2469
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 73 additions and 11 deletions

2
crates/Cargo.lock generated
View file

@ -175,6 +175,7 @@ dependencies = [
"serde_with",
"serde_yaml",
"thiserror 2.0.12",
"time",
"tokio",
"tokio-stream",
"tracing",
@ -2684,6 +2685,7 @@ dependencies = [
"sharded-slab",
"smallvec",
"thread_local",
"time",
"tracing",
"tracing-core",
"tracing-log",