Skip to content

Logs

Logs help you monitor your application’s build process, startup, and runtime behavior. You can use logs to debug issues, track performance, and understand what’s happening with your app’s deployments.

  • Build and installation process
  • Error messages during build

When to Check: When a build fails or takes longer than expected.

Output from your running application:

  • Application startup messages
  • Request/response logs
  • Error and exception traces
  • Custom logging from your code

When to Check: To debug application errors or monitor behavior.

You can view logs in two places:

View live logs for your currently running application:

  1. Navigate to your app
  2. Click Logs in the navigation
  3. View live runtime logs from your application

Features:

  • Live runtime logs
  • Search and filter
  • Shows logs levels (INFO, ERROR, etc.)

Deployment-Specific Logs (Build + Runtime)

Section titled “Deployment-Specific Logs (Build + Runtime)”

View logs for a specific deployment:

  1. Navigate to your app
  2. Click Deployments in the app navigation
  3. Click on a specific deployment
  4. View logs in the Deployment Logs section
  5. Switch between Build Logs and Runtime Logs tabs

Features:

  • Build Logs: Available for all deployments, shows build process output
  • Runtime Logs: Available after deployment completes
  • DEBUG: Detailed diagnostic information
  • INFO: General informational messages
  • WARNING: Warning messages for potential issues
  • ERROR: Error messages for failures
  • CRITICAL: Critical errors that may cause shutdown