Configuration\ConfigurationServiceEndpointProvider.cs (6)
58Log.SkippedResolution(_logger, _serviceName, "Collection has existing endpoints");
67Log.ServiceConfigurationNotFound(_logger, _serviceName, $"{_options.Value.SectionName}:{_serviceName}");
102Log.EndpointConfigurationNotFound(_logger, endpointName, _serviceName, configPath);
107Log.UsingConfigurationPath(_logger, configPath, endpointName, _serviceName);
178Log.ServiceConfigurationNotFound(_logger, _serviceName, configPath);
182Log.ConfiguredEndpoints(_logger, _serviceName, configPath, endpoints.Endpoints, resolvedEndpointCount);