How to Visualize Low-Level Execution Data
For failed operations, the ledger summary is often not enough. Follow this manual to access the full stdout/stderr output of any system task.
Step 1: Expanding the Log Entry
- Find the log entry you wish to investigate.
- Click the "View Details" (Eye) Icon or the log ID link.
Step 2: Analyzing the Execution Modal
The Detail Modal opens a terminal-style window containing the full output from the Booston-Core binary or shell script. Look for:
- Input Parameters: The exact arguments passed to the script.
- System Responses: Real-time feedback from Linux services (Nginx, MySQL, etc.).
- Error Identifiers: Specific reason for a "FAILED" status.
Step 3: Exporting for Support
If you cannot resolve an issue, click the "Copy Output" button inside the modal. You can then paste this technical data into a support ticket for our engineers to analyze.
DEBUGGING NOTE: Failed logs are automatically highlighted in RED. Check these first after any automated update or migration cycle.