Enhanced Building Block Run Log Viewing and Export for meshStack
F
Florian Nowarre
This feature request is for meshStack (meshfed-release repository), a cloud governance platform that provides internal developer platforms with self-service
capabilities for multi-cloud environments.
Context: Platform Engineers and workspace users in meshStack need to debug building block runs by analyzing logs. Currently, the building block run details in meshPanel show
logs in a structured format with steps like "Prepare Run and download Sources", "Initialize Inputs", and "Run Terraform", but lack features for easy log extraction and
processing.
Current Limitations in meshStack:
• No way to view raw, unformatted logs in meshPanel
• No copy button to quickly extract logs for external processing
• Logs are displayed in a web UI format that's difficult to copy/paste cleanly
• Cannot easily share logs with colleagues or in support tickets
• Difficult to process logs with external tools (grep, log analyzers, etc.)
Proposed Solution: Add log viewing enhancements to the Building Block Run details page in meshPanel.
Feature 1: Raw Log Toggle Add a toggle button to switch between formatted and raw log views:
[Formatted View] [Raw View] [Copy Logs]
┌─ Prepare Run and download Sources
│ ... formatted output ...
├─ Initialize Inputs
│ ... formatted output ...
└─ Run Terraform
... formatted output ...