You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the request: A clear and concise description.
Make sure we are doing the following things to enable logging:
Allow functions to have logging.debug (or equivalent in the language) to be logged and sent to the customer.
The plan currently is for the host to send the logging levels used for each function and default to the worker and the worker will try to apply basic levels of filtering, and making sure the filtering is minimalistic to reduce a chance of over filtering.
Also look at the plan for throttling and batching of the logs in such a way that the gRPC channel doesn't get overloaded when we send debug logs.
Related: Azure/azure-functions-host#6879
Describe the request: A clear and concise description.
Make sure we are doing the following things to enable logging:
logging.debug
(or equivalent in the language) to be logged and sent to the customer.FYI: @mhoeger @pragnagopa @fabiocav
The text was updated successfully, but these errors were encountered: