diff --git a/logs.sh b/logs.sh new file mode 100644 index 00000000..5cd37143 --- /dev/null +++ b/logs.sh @@ -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 + diff --git a/check-status.sh b/st.sh old mode 100755 new mode 100644 similarity index 100% rename from check-status.sh rename to st.sh