Skip to content
中文

Viewing Service Logs

Using fleet.sh

bash
./scripts/fleet.sh <profile> logs -f <service-name>

Common service names: orchestrator, identity-service, ag-ui-server, ai-infra-rs, delivery, etc. (see Deployment Components for the full list).

Using watch-logs.sh

bash
# Tail after fleet has written the log file
LOG_FILES=./fleet.log ./scripts/fleet.sh basic up -d
./scripts/watch-logs.sh -- ./fleet.log

# Focus on specific containers only
./scripts/watch-logs.sh chatkit-identity chatkit-llm-adapter -- ./fleet.log

TODO: To be completed. Add common error log examples and troubleshooting approaches.

Digital Ecosystem Infrastructure.