mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 10:26:36 +02:00
remove dependency on docker-compose when starting up archgw (#305)
This commit is contained in:
parent
726f1a3185
commit
0ff3d43008
16 changed files with 3761 additions and 274 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue