2 references to LogsDirectory
aspire (2)
Commands\AppHostLauncher.cs (1)
113
var childLogFile = GenerateChildLogFilePath(executionContext.
LogsDirectory
.FullName, timeProvider);
Commands\CacheCommand.cs (1)
114
var logsDirectory = ExecutionContext.
LogsDirectory
;