azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

[Custom handlers] Provide a way for HTTP forwarded requests to write logs associated with the invocation id

Open anthonychu opened this issue 3 years ago • 4 comments

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?

anthonychu avatar Sep 10 '20 15:09 anthonychu