View Backend Logs

How to view backend logs using docker-compose.

davidgfolch Updated

File contents

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.

davidgfolch/AI-job-search/tree/main/.claude/skills/view-backend-logs commit 7525cf44a5

Frequently asked questions

npx skillmds@latest add davidgfolch/view-backend-logs