Browse Source

add DEBUG_DISCOVERY

Alex Cheema 7 months ago
parent
commit
3ccbdf19de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/bench_job.yml

+ 1 - 1
.github/workflows/bench_job.yml

@@ -74,7 +74,7 @@ jobs:
           export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
           export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
 
 
           echo "Starting exo daemon..."
           echo "Starting exo daemon..."
-          DEBUG=6 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 > output1.log 2>&1 &
+          DEBUG=6 DEBUG_DISCOVERY=6 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 > output1.log 2>&1 &
           PID1=$!
           PID1=$!
           echo "Exo process started with PID: $PID1"
           echo "Exo process started with PID: $PID1"
           tail -f output1.log &
           tail -f output1.log &