Azure / Azure/azure-functions-host
Fix "Debuger" Host log spelling error
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
In reviewing logs, I noticed we're logging messages with an event type "DebugerManagerUnableToUpdateSentinelFile". This is because we have a spelling error [here](https://github.com/Azure/azure-functions-host/blob/88b610c61a6dc39e053f5fe7f902204e06aa1b41/src/WebJobs.Script/Diagnostics/Extensions/HostLoggerExtension.cs#L59) we need to fix.
Contributor guide
Research direction
Open src/WebJobs.Script/Diagnostics/Extensions/HostLoggerExtension.cs at line 59 and inspect the event type used for the host log message. Correct the spelling in the logged event name and verify that the resulting name matches the issue's intended "DebuggerManagerUnableToUpdateSentinelFile" wording.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100