Azure / Azure/azure-functions-host

Filter language worker console logs to just known workers

Open
#8,109 0 comments 0 reactions 1 assignee Claimed by @brettsam View on GitHub
Needs: Triage (Functions)
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 10h
Merged PRs (30d)
36

Description

Recommendation from @pragnagopa in [this discussion](https://github.com/Azure/azure-functions-host/pull/8101#discussion_r794603982)

> I recommend scoping the change to language workers that the team owns - as of now they are shipped and packaged with the host - to avoid logging info level logs from language workers not owned by the team.

Basically, we need to:
1. Create a list of "well known" language workers owned by the Functions team
2. Use "debug" log level for console logs from any _other_ worker to ensure they don't clutter the logs

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.