Azure / Azure/azure-functions-host
[Custom handlers] Provide a way for HTTP forwarded requests to write logs associated with the invocation id
Open
httpWorker
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
Currently, if `enableForwardingHttpRequest` is true, the only way to for pure HTTP functions to write logs is stdout. stdout logs are not associated with an invocation id. Can we provide a better way to log in this scenario? For instance, can logs be returned as response headers?
Contributor guide
Assessment
This issue has not been assessed yet.