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