This commit is contained in:
alorig
2025-11-09 23:17:51 +05:00
parent a622a3ffe3
commit 88fea41e9f
9 changed files with 0 additions and 749 deletions

14
cmd/logs.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Quick log check - last 50 lines
echo "=== Backend Logs ==="
docker logs igny8_backend --tail 50
echo ""
echo "=== Celery Worker Logs ==="
docker logs igny8_celery_worker --tail 50
echo ""
echo "=== Celery Beat Logs ==="
docker logs igny8_celery_beat --tail 50