Every Request Looked the Same in My Logs. Then I Added One Line.
In Part 9, I Dockerized my backend and added database migrations. One command (docker compose up) now spins up Go + Postgres + Redis.
Then I hit a bug. I sent a POST to /entries and got a 500 back. No idea why.
I opened the logs:
2026/02/01 10:15:23 ...
abhishekshr.hashnode.dev6 min read