mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix more
This commit is contained in:
parent
c4a25896c2
commit
821b5723fa
1 changed files with 4 additions and 3 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