20 references to LogInformation
aspire (1)
Projects\ProjectUpdater.cs (1)
1160
logger.
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)
542
context.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)
1303
logger.
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)
319
logger.
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)
119
logger.
LogInformation
(e, "Cross-check evaluation of host provided condition evaluations failed.");