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
- Open an Environment
- Click on the "Logs" tab
- 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:
- Monitoring resources - Monitor CPU, memory, network
- Managing environments - Learn more about environment management