name: view-backend-logs description: How to view backend logs using docker-compose.
View Backend Logs Instructions
To view the backend logs when verifying backend issues, server errors or analyzing logs generated by Docker, use the following command:
docker-compose logs -f backend
Usage
- When the backend throws an unexplained 500 TypeError or requires log trace examination.
- To follow the real-time logs of the AI Job Search backend service container dynamically.