2 references to LogLevel
aspire (2)
Commands\PipelineCommandBase.cs (2)
415
var logLevel = activity.Data.
LogLevel
?? "Information";
549
var logLevel = activity.Data.
LogLevel
?? "Information";