How to Troubleshoot and Verify Automations

Ensuring your tasks are running correctly requires real-time monitoring. BoostonCP provides a built-in terminal for viewing task output.

Step 1: Access the Live Log Terminal

  1. Locate your task in the Task Ledger.
  2. Click the Log (Terminal) Icon next to the task name.

Step 2: Analyzing Script Output

The neural terminal window will open, streaming the latest stdout and stderr from your script. You can:

  • Toggle Auto-Refresh: Keep the logs updating in real-time.
  • Adjust Interval: Set the refresh rate between 1 and 60 seconds.
  • Copy Log: Transmit the output to your clipboard for deep analysis.
[IMAGE_PLACEHOLDER: Cron Log Step - Screenshot showing the live terminal streaming task output.]

Step 3: Manual Execution Overdrive

If you need to test a script immediately without waiting for its schedule, click the "Run Again" button inside the log terminal. This manually triggers the task and displays the result instantly.

TROUBLESHOOTING NOTE: If the log remains empty, verify that your command path is correct and that the file has Execute (X) permissions.