Skip to content

Commit

Permalink
🎨 Add: env dbg log output level
Browse files Browse the repository at this point in the history
  • Loading branch information
yezhizi committed Jan 5, 2024
1 parent 62442e3 commit 1314e71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/debug-env-setup/schedulerrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export DMLC_PS_ROOT_PORT=8000
export DMLC_ROLE='scheduler'

export DMLC_NUM_WORKER=1
export DMLC_NUM_SERVER=1
export DMLC_NUM_SERVER=1

export PS_VERBOSE=2
4 changes: 3 additions & 1 deletion tests/debug-env-setup/serversrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export DMLC_PS_ROOT_PORT=8000
export DMLC_ROLE='server'

export DMLC_NUM_WORKER=1
export DMLC_NUM_SERVER=1
export DMLC_NUM_SERVER=1

export PS_VERBOSE=2
4 changes: 3 additions & 1 deletion tests/debug-env-setup/wokersrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export DMLC_PS_ROOT_PORT=8000
export DMLC_ROLE='worker'

export DMLC_NUM_WORKER=1
export DMLC_NUM_SERVER=1
export DMLC_NUM_SERVER=1

export PS_VERBOSE=2

0 comments on commit 1314e71

Please sign in to comment.