Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FeatureRequest] Enable Debug Logging for Functions #349

Open
vrdmr opened this issue Nov 17, 2020 · 0 comments
Open

[FeatureRequest] Enable Debug Logging for Functions #349

vrdmr opened this issue Nov 17, 2020 · 0 comments

Comments

@vrdmr
Copy link
Member

vrdmr commented Nov 17, 2020

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:

  • 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.

FYI: @mhoeger @pragnagopa @fabiocav

@anthonychu anthonychu added this to the Triaged milestone Feb 25, 2021
@ejizba ejizba removed this from the Triaged milestone Nov 15, 2021
@ejizba ejizba added this to the Tracking milestone Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants