enable debug
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
||||
MY_NODE_ID="${UNIQUE_JOB_ID}_${{ strategy.job-index }}"
|
||||
source env/bin/activate
|
||||
export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
|
||||
exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 > output1.log 2>&1 &
|
||||
DEBUG=6 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 > output1.log 2>&1 &
|
||||
PID1=$!
|
||||
tail -f output1.log &
|
||||
TAIL1=$!
|
||||
|
||||
Reference in New Issue
Block a user