On this page

Logs

Guara Cloud automatically collects and displays logs from your services. You can follow your application’s output directly in the dashboard, without any configuration.

Application logs

Application logs are everything your service writes to standard output (stdout) and standard error (stderr). This includes log messages from your framework, errors, warnings, and any other output generated by your application at runtime.

These logs are automatically collected as soon as the service is deployed.

Viewing logs in real-time

In the dashboard, you can follow your service’s logs in real-time:

  1. Go to the dashboard and select your project
  2. Click on the desired service
  3. Navigate to the Logs tab
  4. Logs appear in real-time as your application generates new output

The log viewer displays the most recent messages and updates automatically. You can scroll up to see older logs within your plan’s retention period.

Build logs vs application logs

Guara Cloud distinguishes between two types of logs:

  • Build logs: generated during the image build process for your service (compilation, dependency installation, etc.). These are useful for diagnosing deploy failures. Build logs are available for 7 days regardless of your plan.
  • Application logs: generated by your running service. The retention period depends on your project’s plan.

To access build logs, go to the service’s Deployments page and click on the specific deploy.

Log retention by plan

The retention period determines how long application logs are available for viewing:

Log typeHobbyProBusinessEnterprise
Application logs 1 day 7 days 30 days 30 days
Build logs Latest build 7 days 7 days 7 days

Exporting logs

You can export logs from the dashboard for offline analysis or sharing. Click the Export button in the log viewer toolbar and choose a format:

  • Plain text (.log) — raw log lines, one per line
  • Markdown (.md) — formatted log output suitable for documentation or issue reports

The export includes all currently loaded log entries within the selected time range and filters.