20 references to LogInformation
aspire (1)
Projects\ProjectUpdater.cs (1)
1160logger.LogInformation(ex, "Ignoring parsing error in Directory.Packages.props '{DirectoryPackagesPropsFile}' for project '{ProjectFile}'", directoryPackagesPropsFile.FullName, projectFile.FullName);
Aspire.Dashboard (12)
Otlp\Model\OtlpHelpers.cs (1)
542context.Logger.LogInformation(ex, "Error adding scope to {TelemetryType}.", telemetryType);
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (3)
50_otlpContext.Logger.LogInformation(exception, "Error adding resource."); 68_otlpContext.Logger.LogInformation(exception, "Error adding log scope."); 88_otlpContext.Logger.LogInformation(exception, "Error adding log entry.");
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (5)
53_otlpContext.Logger.LogInformation(exception, "Error adding resource."); 67_otlpContext.Logger.LogInformation(exception, "Error adding metric scope."); 139_otlpContext.Logger.LogInformation(exception, "Error adding metric instrument {MetricName}.", metric.Name); 238_otlpContext.Logger.LogInformation(exception, "Error adding metric."); 314_otlpContext.Logger.LogInformation(exception, "Error adding metric.");
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (3)
68_otlpContext.Logger.LogInformation(exception, "Error adding resource."); 86_otlpContext.Logger.LogInformation(exception, "Error adding trace scope."); 111_otlpContext.Logger.LogInformation(exception, "Error adding span.");
Aspire.Hosting.Azure (4)
AzureProvisioningController.cs (3)
2883_logger.LogInformation(ex, "Azure deployment {DeploymentId} was already absent or no longer active during cancellation.", deploymentId); 2942_logger.LogInformation(ex, "Azure deployment {DeploymentId} was absent while collecting target resources for {ResourceName}.", deploymentId, resource.Name); 2982_logger.LogInformation(ex, "Azure resource {ResourceId} was already absent while deleting resources for {ResourceName}.", resourceId, resourceName);
Provisioning\Provisioners\BicepProvisioner.cs (1)
1303logger.LogInformation(ex, "Azure deployment {DeploymentName} was already absent or no longer active during cancellation.", deploymentName);
Aspire.Hosting.Azure.Sandboxes (1)
Internal\Adc\AzureDevComputeClient.cs (1)
319logger.LogInformation(ex, "ADC request {Method} {Path} failed with a transient network error. Retrying after {Delay}.", method.Method, path, networkRetryDelay);
Microsoft.NET.Build.Containers (1)
FallbackToHttpMessageHandler.cs (1)
68_logger.LogInformation(ex, "Fall back to http for {uri} failed with message \"{message}\".", uri, ex.Message);
Microsoft.TemplateEngine.Edge (1)
Template\ParameterSetBuilder.cs (1)
119logger.LogInformation(e, "Cross-check evaluation of host provided condition evaluations failed.");