Azure / Azure/azure-functions-host
Consider changing Explicit Host ID configuration log level
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
We should consider changing the Host ID warning [here](https://github.com/Azure/azure-functions-host/blob/86efe24eaf1d7d016975fe72c9d193670bebf66b/src/WebJobs.Script/Host/ScriptHost.cs#L351) from Warning to Information level. Part of our guidance in addressing the longstanding issue of [Host ID Collisions](https://github.com/Azure/azure-functions-host/issues/2015) includes using an explicit Host ID. Once this is done, when customers see a Warning for this, it can cause confusion/concern. Additional guidance [here](https://github.com/Azure/azure-functions-host/wiki/Host-IDs#host-id-collisions).
We should also consider updating the Host Name Collision Check detector:

Contributor guide
Assessment
This issue has not been assessed yet.