envoyproxy/envoy

accesslog: support logging long-lived HTTP stream / TCP connection

Open

#7,964 opened on Aug 19, 2019

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C++ (5,373 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Description: Currently the access log is emitting logs at then end of HTTP stream / TCP connection, for a long-live stream / connection this means logger service doesn't get anything until the end. Some incremental logging for long-live connection is desired. https://github.com/envoyproxy/envoy/pull/7941#discussion_r315269146

Contributor guide