view-backend-logs

star 5

How to view backend logs using docker-compose.

davidgfolch By davidgfolch schedule Updated 2/25/2026

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.
Install via CLI
npx skills add https://github.com/davidgfolch/AI-job-search --skill view-backend-logs
Repository Details
star Stars 5
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator