Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Health checks reuses a logging ID and name for end events at different log levels. We don't do this anywhere else in ASP.NET Core.
aspnetcore/src/HealthChecks/HealthChecks/src/DefaultHealthCheckService.cs
Lines 220 to 229 in 4535ea1
Expected Behavior
I think we should have different log messages for different events to be consistent with the rest of the logging.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response