1 write to _logger
aspire (1)
Commands\UpdateCommand.cs (1)
53_logger = logger;
9 references to _logger
aspire (9)
Commands\UpdateCommand.cs (9)
249_logger.LogError(ex, "Failed to update CLI"); 291_logger.LogDebug("Creating backup: {BackupPath}", backupPath); 313_logger.LogDebug("Testing new CLI executable and displaying version"); 332_logger.LogWarning("Update failed, restoring backup"); 400_logger.LogWarning(ex, "Failed to set executable permission on {FilePath}", filePath); 461_logger.LogDebug("Deleted old backup file: {BackupFile}", backupFile); 465_logger.LogDebug(ex, "Failed to delete old backup file: {BackupFile}", backupFile); 471_logger.LogDebug(ex, "Failed to cleanup old backup files for: {TargetExePath}", targetExePath); 486_logger.LogWarning(ex, "Failed to clean up directory {Directory}", directory);