Azure / Azure/azure-functions-host

Typo in "Initializaing RpcServer" during startup

Open
#3,922 1 comment 0 reactions 0 assignees View on GitHub
enhancement
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.