scripts
This commit is contained in:
14
logs.sh
Normal file
14
logs.sh
Normal 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
|
||||
|
||||
0
check-status.sh → st.sh
Executable file → Normal file
0
check-status.sh → st.sh
Executable file → Normal file
Reference in New Issue
Block a user