enable debug

This commit is contained in:
Alex Cheema
2024-12-08 21:54:24 +00:00
parent c8f93721c5
commit 6bb7c11bbb
+1 -1
View File
@@ -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=$!