You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the logging pipeline so that logger provider filtering works (#12476)
* Fix the logging pipeline so that logger provider filtering works
- Including stack traces in logs of steps is another flag
- Step loggers are normal ILoggers and Logging to the current step is via an async local and PipelineLoggerProvider.
* Update src/Aspire.Hosting/Pipelines/PipelineLoggerProvider.cs
Co-authored-by: Copilot <[email protected]>
* Update src/Aspire.Hosting/Pipelines/PipelineLoggerProvider.cs
* Refactor pipeline activity reporting and command argument handling for improved clarity and functionality
---------
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: src/Aspire.Hosting/Pipelines/IPipelineActivityReporter.cs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ public interface IPipelineActivityReporter
24
24
/// </summary>
25
25
/// <param name="completionMessage">The completion message of the publishing process.</param>
26
26
/// <param name="completionState">The completion state of the publishing process. When null, the state is automatically aggregated from all steps.</param>
27
-
/// <param name="isDeploy">Whether this is a deployment operation rather than a publishing operation.</param>
0 commit comments