common plain message access logger support
Open
area/access_log
enhancement
no stalebot
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 437
Description
The substitution formatter based access logger could create a plain log message and flush it to file or stream (stdout/stderr). But for now, it's impossible to flush the plain message to remote server by TCP/UDP/MQ etc.
Although Envoy also provides gRPC access logger but it require the server to implement a specific gPRC service and we actually only want a plain string.
Contributor guide
Assessment
This issue has not been assessed yet.