Configuration\ConfigurationServiceEndpointProvider.cs (6)
59Log.SkippedResolution(_logger, _serviceName, "Collection has existing endpoints");
68Log.ServiceConfigurationNotFound(_logger, _serviceName, $"{_options.Value.SectionName}:{_serviceName}");
103Log.EndpointConfigurationNotFound(_logger, endpointName, _serviceName, configPath);
108Log.UsingConfigurationPath(_logger, configPath, endpointName, _serviceName);
179Log.ServiceConfigurationNotFound(_logger, _serviceName, configPath);
183Log.ConfiguredEndpoints(_logger, _serviceName, configPath, endpoints.Endpoints, resolvedEndpointCount);