363 references to LogDebug
aspire (67)
Backchannel\AppHostBackchannel.cs (14)
43logger.LogDebug("Requesting stop"); 56logger.LogDebug("Requesting dashboard URL"); 70logger.LogDebug("Requesting AppHost log entries"); 77logger.LogDebug("Received AppHost log entries async enumerable"); 90logger.LogDebug("Requesting resource states"); 97logger.LogDebug("Received resource states async enumerable"); 116logger.LogDebug("Connecting to AppHost backchannel at {SocketPath}", socketPath); 120logger.LogDebug("Connected to AppHost backchannel at {SocketPath}", socketPath); 156logger.LogDebug("Requesting publishing activities."); 163logger.LogDebug("Received publishing activities."); 176logger.LogDebug("Requesting capabilities"); 191logger.LogDebug("Providing prompt responses for prompt ID {PromptId}", promptId); 204logger.LogDebug("Requesting execution."); 210logger.LogDebug("Requested execution.");
Backchannel\ExtensionBackchannel.cs (24)
99_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 110_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 119_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 163_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 173_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 253_logger.LogDebug("Sent message {Message}", message); 269_logger.LogDebug("Sent success message {Message}", message); 285_logger.LogDebug("Sent subtle message {Message}", message); 301_logger.LogDebug("Sent error message {Error}", error); 317_logger.LogDebug("Sent empty line"); 333_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 350_logger.LogDebug("Sent cancellation message"); 366_logger.LogDebug("Sent lines for display"); 382_logger.LogDebug("Sent dashboard URLs for display"); 398_logger.LogDebug("Sent status update: {Status}", status); 419_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 440_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 460_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 478_logger.LogDebug("Opening project at path: {ProjectPath}", projectPath); 499_logger.LogDebug("Logging message at level {LogLevel}: {Message}", logLevel, message); 521_logger.LogDebug("Requesting capabilities from the extension"); 539_logger.LogDebug("Running .NET project at {ProjectFile} with arguments: {Arguments}", projectFile, string.Join(" ", arguments)); 555_logger.LogDebug("Notifying that app host startup is completed"); 571_logger.LogDebug("Stopping extension debugging session");
DotNet\DotNetCliRunner.cs (10)
531logger.LogDebug("Running dotnet with args: {Args}", string.Join(" ", args)); 560logger.LogDebug("Failed to start dotnet process with args: {Args}", string.Join(" ", args)); 565logger.LogDebug("Started dotnet with PID: {ProcessId}", process.Id); 568logger.LogDebug("Waiting for dotnet process to exit with PID: {ProcessId}", process.Id); 574logger.LogDebug("dotnet process with PID: {ProcessId} has not exited, killing it.", process.Id); 579logger.LogDebug("dotnet process with PID: {ProcessId} has exited with code: {ExitCode}", process.Id, process.ExitCode); 589logger.LogDebug( 598logger.LogDebug( 618logger.LogDebug("Starting backchannel connection to AppHost at {SocketPath}", socketPath); 635logger.LogDebug("Connected to AppHost backchannel at {SocketPath}", socketPath);
NuGet\NuGetPackageCache.cs (1)
81logger.LogDebug("Getting integrations from NuGet");
Projects\FallbackProjectParser.cs (1)
32_logger.LogDebug("Parsing project file '{ProjectFile}' using fallback XML parser", projectFile.FullName);
Projects\ProjectLocator.cs (14)
39logger.LogDebug("Searching for project files in {SearchDirectory}", searchDirectory.FullName); 50logger.LogDebug("Found {ProjectFileCount} project files in {SearchDirectory}", projectFiles.Length, searchDirectory.FullName); 60logger.LogDebug("Checking project file {ProjectFile}", projectFile.FullName); 65logger.LogDebug("Found AppHost project file {ProjectFile} in {SearchDirectory}", projectFile.FullName, searchDirectory.FullName); 88logger.LogDebug("Searching for single-file apphosts in {SearchDirectory}", searchDirectory.FullName); 90logger.LogDebug("Found {CandidateFileCount} single-file apphost candidates in {SearchDirectory}", candidateAppHostFiles.Length, searchDirectory.FullName); 94logger.LogDebug("Checking single-file apphost candidate {CandidateFile}", candidateFile.FullName); 98logger.LogDebug("Found single-file apphost candidate {CandidateFile} in {SearchDirectory}", candidateFile.FullName, searchDirectory.FullName); 215logger.LogDebug("Finding project file in {CurrentDirectory}", executionContext.WorkingDirectory); 233logger.LogDebug("Using single-file apphost {ProjectFile}", projectFile.FullName); 249logger.LogDebug("Using project file {ProjectFile}", projectFile.FullName); 266logger.LogDebug("No project file specified, searching for *.csproj files in {CurrentDirectory}", executionContext.WorkingDirectory); 270logger.LogDebug("Found {ProjectFileCount} project files.", results.BuildableAppHost.Count); 305logger.LogDebug("Creating settings file at {SettingsFilePath}", settingsFile.FullName);
Projects\ProjectUpdater.cs (2)
27logger.LogDebug("Fetching '{AppHostPath}' items and properties.", projectFile.FullName); 245logger.LogDebug("Analyzing App Host SDK for: {AppHostFile}", context.AppHostProjectFile.FullName);
Utils\CliUpdateNotifier.cs (1)
44logger.LogDebug("Unable to determine current CLI version for update check.");
Aspire.Cli.Tests (3)
Interaction\SpectreConsoleLoggerProviderTests.cs (3)
111logger.LogDebug("Test debug message"); 154logger.LogDebug("Getting integrations from NuGet"); 194logger.LogDebug("Test debug message");
Aspire.Dashboard (53)
Components\Controls\Chart\ChartContainer.razor.cs (1)
202Logger.LogDebug(
Components\Controls\LogViewer.razor.cs (3)
79Logger.LogDebug("Log entries changed."); 108Logger.LogDebug("Initializing log viewer."); 138Logger.LogDebug("Disposing log viewer.");
Components\Interactions\InteractionsProvider.cs (1)
93Logger.LogDebug("InteractionProvider is disabled because the DashboardClient is not enabled.");
Components\Pages\ConsoleLogs.razor.cs (27)
56s._logger.LogDebug("Canceling subscription {SubscriptionId} to {ResourceName}.", s.SubscriptionId, s.Resource.Name); 64_logger.LogDebug("Canceling subscription for resource {ResourceName}.", Resource.Name); 208Logger.LogDebug("Loading task completed."); 212Logger.LogDebug("Load task canceled."); 229Logger.LogDebug("Received initial resource snapshot with {ResourceCount} resources.", snapshot.Length); 249Logger.LogDebug("All resources selected."); 288Logger.LogDebug("Selected console resource from name {ResourceName}.", ResourceName); 332Logger.LogDebug("Setting status to '{StatusName}'.", statusName); 338Logger.LogDebug("Initializing console logs view model."); 355Logger.LogDebug("Switching to or from 'All' mode"); 360Logger.LogDebug("Switching to different single resource: {ResourceName}", selectedResourceName); 366Logger.LogDebug("Subscription change needed. IsAllSelected: {IsAllSelected}, SelectedResource: {SelectedResource}", isAllSelected, selectedResourceName); 372Logger.LogDebug("Creating new log entries collection."); 391Logger.LogDebug("Unexpected state. Unknown resource '{ResourceName}' selected.", selectedResourceName); 573Logger.LogDebug("Subscribing to {ResourceCount} resources for 'All' view.", availableResources.Count); 577Logger.LogDebug("No resources available to subscribe to for 'All' view - will show empty logs."); 592Logger.LogDebug("Successfully created {SubscriptionCount} subscriptions for 'All' view.", _consoleLogsSubscriptions.Count); 601Logger.LogDebug("Already subscribed to resource {ResourceName}.", resourceName); 606Logger.LogDebug("Creating new subscription {SubscriptionId} for resource {ResourceName}.", subscription.SubscriptionId, resourceName); 612Logger.LogDebug("Started log subscription task for resource {ResourceName}.", resourceName); 719Logger.LogDebug("Starting log subscription {SubscriptionId}.", subscription.SubscriptionId); 724Logger.LogDebug("Subscribing to console logs with subscription {SubscriptionId} to resource {ResourceName}.", subscription.SubscriptionId, subscription.Resource.Name); 746Logger.LogDebug("Adding {PauseIntervalsCount} pause intervals on initial logs load.", pauseIntervals.Length); 805Logger.LogDebug("Subscription {SubscriptionId} finished watching logs for resource {ResourceName}. Cancel duration: {Duration}", subscription.SubscriptionId, subscription.Resource.Name, subscription.GetCancelElapsedTime()); 946Logger.LogDebug("Console logs paused new value: {IsPausedNewValue}", isPaused); 959Logger.LogDebug("Inserting new pause log entry for {Resource} starting at {StartTimestamp}.", subscription.Resource.Name, timestamp); 973Logger.LogDebug("Updating pause log entry for {Resource} starting at {StartTimestamp} with end of {EndTimestamp}.", subscription.Resource.Name, pause.StartTime, timestamp);
Components\Pages\Resources.razor.cs (3)
549Logger.LogDebug("Can't navigate to {ResourceName} from URL. Resource not found.", ResourceName); 615Logger.LogDebug("Showing details for resource {ResourceName}.", resource.Name); 654Logger.LogDebug("Clearing selected resource.");
Configuration\PostConfigureDashboardOptions.cs (1)
27_logger.LogDebug($"PostConfigure {nameof(DashboardOptions)} with name '{name}'.");
Configuration\ValidateDashboardOptions.cs (1)
25_logger.LogDebug($"Validating {nameof(DashboardOptions)}.");
DashboardWebApplication.cs (2)
614logger.LogDebug("Browser and OTLP accessible on a single endpoint."); 646logger.LogDebug("Browser and OTLP accessible on a single endpoint.");
Model\BrowserTimeProvider.cs (1)
36_logger.LogDebug("Browser time zone set to '{TimeZone}' with UTC offset {UtcOffset}.", timeZoneInfo.Id, timeZoneInfo.BaseUtcOffset);
Model\Otlp\ResourcesSelectHelpers.cs (1)
52logger.LogDebug(
Model\ValidateTokenMiddleware.cs (1)
33_logger.LogDebug($"Request to validate token URL but auth mode isn't set to {FrontendAuthMode.BrowserToken}.");
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
106logger.LogDebug("OTLP HTTP request with unsupported content type '{ContentType}' was rejected. Only '{SupportedContentType}' is supported.", httpContext.Request.ContentType, ProtobufContentType);
Otlp\Model\OtlpHelpers.cs (2)
232context.Logger.LogDebug("Duplicate attribute {Name} with different value. Last value wins.", attribute.Key); 309context.Logger.LogDebug("Duplicate attribute {Name} with different value. Last value wins.", attribute.Key);
Otlp\OtlpLogsService.cs (1)
26_logger.LogDebug("Processed logs export. Success count: {SuccessCount}, failure count: {FailureCount}", addContext.SuccessCount, addContext.FailureCount);
Otlp\OtlpMetricsService.cs (1)
26_logger.LogDebug("Processed metrics export. Success count: {SuccessCount}, failure count: {FailureCount}", addContext.SuccessCount, addContext.FailureCount);
Otlp\OtlpTraceService.cs (1)
26_logger.LogDebug("Processed trace export. Success count: {SuccessCount}, failure count: {FailureCount}", addContext.SuccessCount, addContext.FailureCount);
ServiceClient\DashboardClient.cs (2)
96_logger.LogDebug("{ConfigKey} is not specified. Dashboard client services are unavailable.", DashboardConfigNames.ResourceServiceUrlName.ConfigKey); 103_logger.LogDebug("Dashboard configured to connect to: {Address}", address);
ShortcutManager.cs (1)
28_logger.LogDebug($"Received shortcut of type {shortcut}");
Telemetry\DashboardTelemetryService.cs (2)
68_logger.LogDebug("Initializing telemetry service."); 70_logger.LogDebug("Initialized telemetry service. Telemetry sender state: {TelemetrySenderState}", _telemetrySender.State);
Aspire.Hosting (65)
ApplicationModel\ResourceCommandService.cs (2)
146logger.LogDebug("Command '{CommandName}' was canceled.", commandName); 157logger.LogDebug("Command '{CommandName}' was canceled.", commandName);
ApplicationModel\ResourceNotificationService.cs (9)
124_logger.LogDebug("Waiting for resource '{ResourceName}' to enter one of the target state: {TargetStates}", resourceName, string.Join(", ", targetStates)); 135_logger.LogDebug("Finished waiting for resource '{ResourceName}'. Resource state is '{State}'.", resourceName, stateText); 220_logger.LogDebug("Waiting for resource '{ResourceName}' to enter the '{State}' state.", resourceName, HealthStatus.Healthy); 230_logger.LogDebug("Waiting for resource ready to execute for '{ResourceName}'.", resourceName); 236_logger.LogDebug("Finished waiting for resource '{ResourceName}'.", resourceName); 439_logger.LogDebug("Waiting for resource '{ResourceName}' to match predicate.", resourceName); 441_logger.LogDebug("Finished waiting for resource '{ResourceName}'.", resourceName); 618_logger.LogDebug("Resource {ResourceName}/{ResourceId} changed state: {PreviousState} -> {NewState}", resource.Name, resourceId, previousStateText, newStateText); 623_logger.LogDebug("Resource {ResourceName}/{ResourceId} changed state: {NewState}", resource.Name, resourceId, newStateText);
Backchannel\BackchannelService.cs (3)
38logger.LogDebug("Backchannel socket path was not specified."); 42logger.LogDebug("Listening for backchannel connection on socket path: {SocketPath}", unixSocketPath); 75logger.LogDebug("Backchannel service was cancelled: {Message}", ex.Message);
Dashboard\DashboardLifecycleHook.cs (2)
740defaultDashboardLogger.LogDebug("Failed to parse dashboard log line as JSON: {LogLine}", logLine.Content); 767defaultDashboardLogger.LogDebug("Stopped reading dashboard logs.");
Dashboard\DashboardServiceData.cs (1)
76logger.LogDebug("Updating resource snapshot for {Name}/{DisplayName}: {State}", snapshot.Name, snapshot.DisplayName, snapshot.State);
Dashboard\DashboardServiceHost.cs (1)
66_logger.LogDebug("Dashboard is not enabled so skipping hosting the resource service.");
Dcp\DcpDependencyCheck.cs (2)
247logger.LogDebug("The error from the container runtime check was: {Error}", error); 266logger.LogDebug("The error from the container runtime check was: {Error}", error);
Dcp\DcpExecutor.cs (18)
161_logger.LogDebug("Cancellation received during application startup."); 326_logger.LogDebug("Watching over DCP {ResourceType} resources.", typeof(T).Name); 347_logger.LogDebug("Cancellation received while watching {ResourceType} resources.", typeof(T).Name); 355_logger.LogDebug("Stopped watching {ResourceType} resources.", typeof(T).Name); 593_logger.LogDebug("Starting log streaming for {ResourceName}.", resource.Metadata.Name); 610_logger.LogDebug("Log streaming for {ResourceName} was cancelled.", resource.Metadata.Name); 1745_logger.LogDebug("Stopping resource '{ResourceName}'...", resourceReference.DcpResourceName); 1760_logger.LogDebug("Container '{ResourceName}' was stopped.", resourceReference.DcpResourceName); 1765_logger.LogDebug("Container '{ResourceName}' is still running; trying again to stop it...", resourceReference.DcpResourceName); 1775_logger.LogDebug("Executable '{ResourceName}' was stopped.", resourceReference.DcpResourceName); 1780_logger.LogDebug("Executable '{ResourceName}' is still running; trying again to stop it...", resourceReference.DcpResourceName); 1816_logger.LogDebug("Starting {ResourceType} '{ResourceName}'.", resourceType, appResource.DcpResourceName); 1858_logger.LogDebug("Ensuring '{ResourceName}' is deleted.", resourceName); 1872_logger.LogDebug("Delete request for '{ResourceName}' successfully completed. Resource to delete has UID '{Uid}'.", resourceName, uid); 1876_logger.LogDebug("Delete request for '{ResourceName}' returned NotFound.", resourceName); 1889_logger.LogDebug("Polling DCP to check if '{ResourceName}' is deleted...", resourceName); 1891_logger.LogDebug("Get request for '{ResourceName}' returned resource with UID '{Uid}'.", resourceName, uid); 1897_logger.LogDebug("Get request for '{ResourceName}' returned NotFound.", resourceName);
Dcp\DcpPipelineBuilder.cs (1)
25logger.LogDebug("Retrying check for deleted resource. Attempt: {Attempt}. Error message: {ErrorMessage}", retry.AttemptNumber, retry.Outcome.Exception?.Message);
Dcp\KubernetesService.cs (2)
539logger.LogDebug( 593logger.LogDebug(
DistributedApplicationRunner.cs (1)
30logger.LogDebug("Waiting for backchannel connection before publishing.");
Exec\ExecResourceManager.cs (4)
174_logger.LogDebug("Resource '{ResourceName}' has been successfully built and added to the model resources.", execResource.Name); 223_logger.LogDebug("Exec resource '{ResourceName}' will wait until project '{Project}' starts up.", execResourceName, project.Name); 227_logger.LogDebug("Exec resource '{ResourceName}' will run command '{Command}' with {ArgsCount} args '{Args}'.", execResourceName, exe, args?.Length ?? 0, string.Join(' ', args ?? [])); 258_logger.LogDebug("Exec container resource '{ResourceName}' will run command '{Command}' with {ArgsCount} args '{Args}'.", execResourceName, exe, args?.Length ?? 0, string.Join(' ', args ?? []));
Health\ResourceHealthCheckService.cs (9)
115logger.LogDebug("Resource '{ResourceName}' has no health checks to monitor.", resource.Name); 122logger.LogDebug("Resource '{ResourceName}' health checks to monitor: {HeathCheckKeys}", resource.Name, string.Join(", ", registrationKeysToCheck)); 242logger.LogDebug("Resource '{ResourceName}' is ready.", resource.Name); 249logger.LogDebug("Publishing ResourceReadyEvent for '{ResourceName}'.", resource.Name); 254logger.LogDebug("Waiting for ResourceReadyEvent for '{ResourceName}'.", resource.Name); 259logger.LogDebug("ResourceReadyEvent for '{ResourceName}' completed.", resource.Name); 261logger.LogDebug("Publishing the result of ResourceReadyEvent for '{ResourceName}'.", resource.Name); 318_logger.LogDebug("Starting health monitoring for resource '{ResourceName}'.", _resourceName); 328_logger.LogDebug("Stopping health monitoring for resource '{ResourceName}'.", _resourceName);
InteractionService.cs (1)
194_logger.LogDebug("No interaction found with ID {InteractionId}.", interactionId);
Orchestrator\ParameterProcessor.cs (1)
55logger.LogDebug("All unresolved parameters have been handled successfully.");
Publishing\ResourceContainerImageBuilder.cs (1)
332logger.LogDebug(
VersionChecking\PackageFetcher.cs (4)
37_logger.LogDebug("dotnet (stdout): {Output}", output); 41_logger.LogDebug("dotnet (stderr): {Error}", error); 46_logger.LogDebug("Running dotnet CLI to check for latest version of {PackageId} with arguments: {ArgumentList}", PackageId, spec.Arguments); 57_logger.LogDebug("The dotnet CLI call to check for latest version failed with exit code {ExitCode}.", processResult.ExitCode);
VersionChecking\VersionCheckService.cs (3)
62_logger.LogDebug("App host version is not available, skipping version check."); 125_logger.LogDebug("Ignoring version {Version} as it is less than or equal to the ignored version {IgnoreVersion}.", latestVersion, ignoreVersion); 150_logger.LogDebug("User chose to ignore version {Version}.", latestVersion);
Aspire.Hosting.Azure (3)
AzurePublishingContext.cs (1)
454logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath);
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
68_logger.LogDebug("Azure provisioning options have been handled successfully.");
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
82_logger.LogDebug("Azure provisioning options have been handled successfully.");
Aspire.Hosting.Azure.Kusto (3)
AzureKustoBuilderExtensions.cs (3)
217logger.LogDebug("Creating database '{DatabaseName}'", databaseResource.DatabaseName); 222logger.LogDebug("Database '{DatabaseName}' created successfully", databaseResource.DatabaseName); 227logger.LogDebug("Database '{DatabaseName}' already exists", databaseResource.DatabaseName);
Aspire.Hosting.DevTunnels (10)
DevTunnelLoginManager.cs (6)
29_logger.LogDebug("Checking dev tunnel login status"); 33_logger.LogDebug("User already logged in to dev tunnel service as {Username} with {Provider}", loginStatus.Username, loginStatus.Provider); 55_logger.LogDebug("Prompting user to login to dev tunnel service"); 70_logger.LogDebug("User selected {LoginProvider} for dev tunnel login", selectedProvider); 90_logger.LogDebug("User already logged in to dev tunnel service as {Username} with {Provider}", loginStatus.Username, loginStatus.Provider); 94_logger.LogDebug("User login to dev tunnel service failed, retrying login prompt");
DevTunnelResourceBuilderExtensions.cs (3)
129logger.LogDebug("Dev tunnel '{TunnelId}' created/updated", tunnelResource.TunnelId); 476portLogger.LogDebug("Target resource endpoints allocated"); 561portLogger.LogDebug("Anonymous access status unavailable for port at this time (tunnel or port access status null)");
IDevTunnelClient.cs (1)
117logger.LogDebug("Anonymous access: TunnelAllow={TunnelAllow} InheritedAllow={InheritedAllow} ExplicitAllow={ExplicitAllow} ExplicitDeny={ExplicitDeny} Effective={Effective}",
Aspire.Hosting.MySql (2)
MySqlBuilderExtensions.cs (2)
144logger.LogDebug("Creating database '{DatabaseName}'", sqlDatabase.DatabaseName); 164logger.LogDebug("Database '{DatabaseName}' created successfully", sqlDatabase.DatabaseName);
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
571logger.LogDebug("Creating database '{DatabaseName}'", npgsqlDatabase.DatabaseName); 579logger.LogDebug("Database '{DatabaseName}' created successfully", npgsqlDatabase.DatabaseName); 584logger.LogDebug("Database '{DatabaseName}' already exists", npgsqlDatabase.DatabaseName);
Aspire.Hosting.SqlServer (2)
SqlServerBuilderExtensions.cs (2)
247logger.LogDebug("Creating database '{DatabaseName}'", sqlDatabase.DatabaseName); 304logger.LogDebug("Database '{DatabaseName}' created successfully", sqlDatabase.DatabaseName);
Aspire.Hosting.Testing.Tests (1)
ResourceLoggerForwarderServiceTests.cs (1)
98resourceLogger.LogDebug("Test debug message");
AspireWithNode.AppHost (2)
DevCertHostingExtensions.cs (2)
87logger.LogDebug("Using previously exported dev cert files '{CertPath}' and '{CertKeyPath}'", certExportPath, certKeyExportPath); 150logger.LogDebug("Dev cert exported to '{CertPath}' and '{CertKeyPath}'", certExportPath, certKeyExportPath);
AzureAppServicesHostingStartupSample (1)
Startup.cs (1)
14logger.LogDebug("Received request: " + context.Request.Method + " " + context.Request.Path);
AzureAppServicesSample (1)
Startup.cs (1)
25logger.LogDebug("Received request: " + context.Request.Method + " " + context.Request.Path);
ClientSample (2)
LoggingMessageHandler.cs (2)
27_logger.LogDebug("Send: {0} {1}", request.Method, request.RequestUri); 29_logger.LogDebug("Recv: {0} {1}", (int)result.StatusCode, request.RequestUri);
Http3SampleApp (3)
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IIS.NewHandler.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IIS.NewShim.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IISSample (1)
Startup.cs (1)
39logger.LogDebug("Received request: " + context.Request.Method + " " + context.Request.Path);
InMemory.FunctionalTests (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
203Logger.LogDebug("Advancing timeProvider {timeSpan}.", timeSpan); 468Logger.LogDebug($"Reusing context for request stream {requestStreamId}."); 1223_testBase.Logger.LogDebug($"Disposing stream {StreamId}"); 1239_testBase.Logger.LogDebug($"Pooling stream {StreamId} for reuse."); 1245_testBase.Logger.LogDebug($"Can't reuse stream {StreamId}. Aborted: {_isAborted}, Reader completed successfully: {_transportPipeReader.IsCompletedSuccessfully}, Writer completed successfully: {_transportPipeWriter.IsCompletedSuccessfully}.");
TestTransport\InMemoryTransportConnection.cs (1)
55_logger.LogDebug(@"Connection id ""{ConnectionId}"" closing because: ""{Message}""", ConnectionId, abortReason?.Message);
TlsListenerTests.cs (2)
45Logger.LogDebug("[Received TlsClientHelloBytesCallback] Connection: {0}; TLS client hello buffer: {1}", connection.ConnectionId, clientHelloBytes.Length); 88Logger.LogDebug("[Received TlsClientHelloBytesCallback] Connection: {0}; TLS client hello buffer: {1}", connection.ConnectionId, clientHelloBytes.Length);
Interop.FunctionalTests (6)
H2SpecCommands.cs (3)
232logger.LogDebug(args.Data); 246logger.LogDebug("H2spec has exited."); 296logger.LogDebug(results);
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
InteropClient (3)
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
Kestrel.SampleApp (1)
Startup.cs (1)
54logger.LogDebug($"Peer: {connectionFeature.RemoteIpAddress?.ToString()}:{connectionFeature.RemotePort}"
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
997Logger.LogDebug($"Unexpected token response format. Status Code: {(int)responseMessage.StatusCode}. Content-Type header is missing."); 1001Logger.LogDebug($"Unexpected token response format. Status Code: {(int)responseMessage.StatusCode}. Content-Type {responseMessage.Content.Headers.ContentType}.");
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddleware.cs (1)
180log.LogDebug("Policy authentication schemes {policyName} did not succeed", String.Join(", ", policy.AuthenticationSchemes));
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (4)
src\Shared\AsyncEnumerableExtensions.cs (2)
21logger.LogDebug("Operation {OperationName} completed with value {Value}.", operationName, value); 25logger.LogDebug("Operation {OperationName} expected {ExpectedValue} but got {Value}.", operationName, expectedValue, value);
src\Shared\EventSource.Testing\TestCounterListener.cs (2)
54_logger.LogDebug("Counter {CounterName} on event source {EventSourceName} has increment value {Value}.", counter, eventData.EventSource.Name, increment); 58_logger.LogDebug("Counter {CounterName} on event source {EventSourceName} has mean value {Value}.", counter, eventData.EventSource.Name, mean);
Microsoft.AspNetCore.DataProtection (1)
TypeForwardingActivator.cs (1)
44_logger.LogDebug("Forwarded activator type request from {FromType} to {ToType}",
Microsoft.AspNetCore.Hosting.Tests (4)
src\Shared\AsyncEnumerableExtensions.cs (2)
21logger.LogDebug("Operation {OperationName} completed with value {Value}.", operationName, value); 25logger.LogDebug("Operation {OperationName} expected {ExpectedValue} but got {Value}.", operationName, expectedValue, value);
src\Shared\EventSource.Testing\TestCounterListener.cs (2)
54_logger.LogDebug("Counter {CounterName} on event source {EventSourceName} has increment value {Value}.", counter, eventData.EventSource.Name, increment); 58_logger.LogDebug("Counter {CounterName} on event source {EventSourceName} has mean value {Value}.", counter, eventData.EventSource.Name, mean);
Microsoft.AspNetCore.Http.Results (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.InternalTesting.Tests (3)
LoggedTestXunitTests.cs (3)
71Logger.LogDebug("Debug"); 81Logger.LogDebug("Debug"); 95Logger.LogDebug("Debug");
Microsoft.AspNetCore.Mvc.Core (6)
Infrastructure\ConfigureCompatibilityOptions.cs (3)
70_logger.LogDebug( 83_logger.LogDebug( 95_logger.LogDebug(
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.Server.IntegrationTesting (8)
CachingApplicationPublisher.cs (2)
66logger.LogDebug($"Processing {target.FullName}"); 69logger.LogDebug($" Copying {fileInfo.Name}");
Common\LoggingHandler.cs (2)
20_logger.LogDebug("Sending {method} {url}", request.Method, request.RequestUri); 24_logger.LogDebug("Received {statusCode} {reasonPhrase} {url}", response.StatusCode, response.ReasonPhrase, request.RequestUri);
Deployers\NginxDeployer.cs (4)
148Logger.LogDebug("Using PID file: {pidFile}", pidFile); 149Logger.LogDebug("Using Error Log file: {errorLog}", pidFile); 150Logger.LogDebug("Using Access Log file: {accessLog}", pidFile); 218Logger.LogDebug("Deleting config file: {configFile}", _configFile);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (6)
IISExpressDeployer.cs (4)
309Logger.LogDebug("Saving Config to {configPath}", DeploymentParameters.ServerConfigLocation); 416Logger.LogDebug("Deleting applicationHost.config file from {configLocation}", DeploymentParameters.ServerConfigLocation); 497Logger.LogDebug($"EnumWindow returned {ptr} belonging to {windowProcessId}"); 514Logger.LogDebug($"Skipping window {ptr} with class name {className}");
LoggingHandler.cs (1)
25_logger.LogDebug(request.ToString());
RetryHandler.cs (1)
51_logger.LogDebug($"Retrying {i + 1}th time after {RetryDelay.Seconds} sec.");
Microsoft.AspNetCore.Server.Kestrel.Core (4)
AnyIPListenOptions.cs (1)
37context.Logger.LogDebug(CoreStrings.FallbackToIPv4Any, IPEndPoint.Port, IPEndPoint.Port);
Internal\AddressBinder.cs (1)
183context.Logger.LogDebug(CoreStrings.BindingToDefaultAddress, Constants.DefaultServerAddress);
Internal\KestrelServerImpl.cs (1)
350Trace.LogDebug("Config reload token fired. Checking for changes...");
Middleware\Internal\LoggingStream.cs (1)
224_logger.LogDebug(builder.ToString());
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
203Logger.LogDebug("Advancing timeProvider {timeSpan}.", timeSpan); 468Logger.LogDebug($"Reusing context for request stream {requestStreamId}."); 1223_testBase.Logger.LogDebug($"Disposing stream {StreamId}"); 1239_testBase.Logger.LogDebug($"Pooling stream {StreamId} for reuse."); 1245_testBase.Logger.LogDebug($"Can't reuse stream {StreamId}. Aborted: {_isAborted}, Reader completed successfully: {_transportPipeReader.IsCompletedSuccessfully}, Writer completed successfully: {_transportPipeWriter.IsCompletedSuccessfully}.");
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (3)
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
Microsoft.AspNetCore.SignalR.Client.Tests (1)
TestHttpMessageHandler.cs (1)
79_logger.LogDebug("Calling handlers for a '{Method}' going to '{Url}'.", request.Method, request.RequestUri);
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyLaunchManager.cs (1)
260_logger.LogDebug($"Watch process '{stopProcess}' started.");
Microsoft.AspNetCore.StaticAssets (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.StaticFiles (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.StaticFiles.FunctionalTests (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
77_logger.LogDebug("Request origin {Origin} is not in the list of allowed origins.", originHeader.ToString());
Microsoft.CodeAnalysis.LanguageServer (18)
BrokeredServices\BrokeredServiceBridgeProvider.cs (1)
45_logger.LogDebug("Setting up brokered service bridge");
BrokeredServices\BrokeredServiceTraceListener.cs (2)
30_logger.LogDebug(message); 35_logger.LogDebug(message);
BrokeredServices\Services\BrokeredServiceBridgeManifest\BrokeredServiceBridgeManifestService.cs (1)
48_logger.LogDebug($"Proffered services: {string.Join(',', services.Select(s => s.ToString()))}");
DotnetCliHelper.cs (3)
62_logger.LogDebug(stdOutput.ToString()); 74_logger.LogDebug($"Running dotnet CLI command at {_dotnetExecutablePath.Value} in directory {workingDirectory} with arguments '{string.Join(' ', arguments)}'"); 121_logger.LogDebug($"Using vstest console at {vstestConsole}");
FileBasedPrograms\VirtualProjectXmlProvider.cs (2)
98process.ErrorDataReceived += (sender, args) => logger.LogDebug($"[stderr] dotnet run-api: {args.Data}"); 106logger.LogDebug($"dotnet run-api exited with exit code '{process.ExitCode}'.");
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
96_logger.LogDebug($"Solution-level analyzer at {analyzerPath} added to workspace.");
HostWorkspace\ProjectInitializationHandler.cs (1)
114_logger.LogDebug("Devkit project initialization completed");
LanguageServer\Handler\Restore\RestoreHandler.cs (3)
41_logger.LogDebug($"Restore was requested but no paths were provided."); 46_logger.LogDebug($"Running restore on {restorePaths.Length} paths, starting with '{restorePaths.First()}'."); 52_logger.LogDebug($"Restore completed successfully.");
Logging\LspServiceLogger.cs (1)
29public override void LogDebug(string message, params object[] @params) => _hostLogger.LogDebug(message, @params);
Testing\TestDiscoverer.cs (2)
84_logger.LogDebug(message: $"Potential test methods in range: {string.Join(Environment.NewLine, potentialTestMethods)}"); 107_logger.LogDebug($"Filtered {discoveredTests.Length} to {matchedTests.Count} tests");
Testing\TestRunner.TestRunHandler.cs (1)
45_logger.LogDebug($"Test run completed in {testRunCompleteArgs.ElapsedTimeInRunningTests}");
Microsoft.Extensions.Caching.Memory (3)
MemoryCache.cs (3)
527_logger.LogDebug("Overcapacity compaction triggered"); 552_logger.LogDebug($"Overcapacity compaction executing. Current size {currentSize}"); 565_logger.LogDebug($"Overcapacity compaction executed. New size {coherentState.Size}");
Microsoft.Extensions.Diagnostics.Testing.Tests (21)
Logging\FakeLogCollectorTests.cs (4)
46logger.LogDebug("Hello world!"); 88logger.LogDebug("Hello world!"); 127logger.LogDebug("Hello world!"); 159logger.LogDebug("Hello world!");
Logging\FakeLoggerProviderTests.cs (5)
18logger.LogDebug("M1"); 24logger.LogDebug("M2"); 30logger.LogDebug("M3"); 44l1.LogDebug("M1"); 45l2.LogDebug("M2");
Logging\FakeLoggerTests.cs (12)
168logger.LogDebug("This record should be marked as being disabled"); 174logger.LogDebug("This record should be marked as being enabled"); 189logger.LogDebug("BEFORE"); 191logger.LogDebug("AFTER"); 209logger.LogDebug("M1"); 231logger.LogDebug("M1"); 234logger.LogDebug("M1"); 237logger.LogDebug("M2"); 256logger.LogDebug("M1"); 257logger.LogDebug("M2"); 260logger.LogDebug("M3"); 261logger.LogDebug("M4");
OrderProcessor (1)
OrderProcessingWorker.cs (1)
61_logger.LogDebug("""
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
118Context.Log.LogDebug($"TestServer is listening on port {Port}");
Sockets.FunctionalTests (3)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
118Context.Log.LogDebug($"TestServer is listening on port {Port}");
src\Servers\Kestrel\test\FunctionalTests\UnixDomainSocketsTests.cs (2)
59Logger.LogDebug("Application receive loop ending for connection {connectionId}.", connection.ConnectionId); 70Logger.LogDebug("Graceful shutdown triggered for {connectionId}.", connection.ConnectionId);
Stress.TelemetryService (1)
TelemetryStresser.cs (1)
79logger.LogDebug($"Export complete. Rejected count: {result.RejectedDataPoints}");
SystemdTestApp (1)
Startup.cs (1)
28logger.LogDebug($"Peer: {connectionFeature.RemoteIpAddress?.ToString()}:{connectionFeature.RemotePort}"