remove dependency on docker-compose when starting up archgw (#305)

This commit is contained in:
Adil Hafeez 2024-11-26 13:13:02 -08:00 committed by GitHub
parent 726f1a3185
commit 0ff3d43008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 3761 additions and 274 deletions

View file

@ -13,13 +13,14 @@ print_debug() {
log "Received signal to stop"
log "Printing debug logs for model_server"
log "===================================="
tail -n 500 ~/archgw_logs/modelserver.log
tail -n 100 ~/archgw_logs/modelserver.log
log "Printing debug logs for docker"
log "===================================="
tail -n 500 ../build.log
tail -n 100 ../build.log
archgw logs --debug | tail -n 100
}
# trap 'print_debug' INT TERM ERR
trap 'print_debug' INT TERM ERR
log starting > ../build.log