Azure / Azure/azure-functions-host
Typo in "Initializaing RpcServer" during startup
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 37
Description
When starting local function, console shows this logging:
``` cmd
Azure Functions Core Tools (2.3.199 Commit hash: fdf734b09806be822e7d946fe17928b419d8a289)
Function Runtime Version: 2.0.12246.0
Skipping 'AzureWebJobsStorage' from local settings as it's already defined in current environment variables.
[2018-12-30 19:15:37] Starting Rpc Initialization Service.
[2018-12-30 19:15:37] Initializaing RpcServer
. . .
```
`Initializaing RpcServer` should be `Initializing RpcServer`
Contributor guide
Research direction
Search the repository for the exact log text "Initializaing RpcServer" and inspect the startup logging code that emits it. Correct the spelling to "Initializing RpcServer" and verify that the corrected message appears during local function startup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100