Job Logs
Job Logs and Output Files
This page provides access to log files and output from monitored jobs. Click on any log file name to view its contents.
Recent Log Files
No log files found.
Log files will appear here as jobs execute and update their status.
Log File Viewer
Project Log Directories
External Project Logs
For complete log access from each monitored project:
mosquito_model_data_prep - Description: Mosquito Alert data preparation pipeline - Local logs: ~/research/mosquito_model_data_prep/logs/ - GitHub logs: View on GitHub
weather-data-collector-spain - Description: Weather data collection for Spain - Local logs: ~/research/weather-data-collector-spain/logs/ - GitHub logs: View on GitHub
Log Analysis Summary
Direct Log Access
Since this is a static dashboard, full interactive log viewing requires additional setup. Here are alternative ways to access logs:
Option 1: Local File Access
- Navigate to the project directories locally
- Log files are typically in
logs/subdirectories - Use standard text editors or terminal commands (
tail,less, etc.)
Option 2: GitHub Repository Logs
- Many projects sync their log directories to GitHub
- Use the GitHub web interface to browse log files
- Search for specific error patterns using GitHub’s search
Option 3: Dashboard Log Excerpts
- Recent log excerpts are copied to
data/details/ - These show the last 200 lines of each log file
- Updated automatically when jobs run
Option 4: Mobile-Friendly Log Server (Future Enhancement)
Consider setting up a simple log server that can serve log files over HTTP for easy mobile access.