Skip to main content

Viewing Logs

Learn how to read logs and understand what's happening in your application.

What are Logs?

Logs record what happens in your application. They show:

  • Information - Normal activities
  • Warnings - Potential problems
  • Errors - Occurred problems
  • Debug information - Detailed information for developers

Opening Logs

  1. Open an Environment
  2. Click on the "Logs" tab
  3. The logs are displayed

Reading Logs

info

In the logs screen you will see Real-time logs of your application

Understanding Log Lines

Each log line contains:

  • Timestamp - When it happened
  • Level - Info, Warning, Error
  • Message - What happened

Example:

2026-01-27 14:30:15 [INFO] Application started successfully
2026-01-27 14:30:20 [WARNING] High memory usage detected
2026-01-27 14:30:25 [ERROR] Database connection failed

Filtering Logs

Search by Text:

  • Use the search function
  • Enter a search term
  • Find specific log entries

Best Practices

  • ✅ Check logs daily
  • ✅ Search for errors and warnings
  • ✅ React quickly to problems
  • ✅ Use filters to find relevant logs
  • ✅ Search for specific errors
  • ✅ Regularly check warnings

Next Steps

After understanding logs:

  1. Monitoring resources - Monitor CPU, memory, network
  2. Managing environments - Learn more about environment management