Skip to content

Commit

Permalink
debug: redirect errors for teuthology_worker
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Feb 16, 2023
1 parent 62d9ece commit fb97a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/worker_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function start_workers_for_tube {
echo "Starting $2 workers for $1"
for i in `seq 1 $2`
do
teuthology-worker -v --archive-dir $ARCHIVE --tube $1 --log-dir $WORKER_LOGS &
teuthology-worker -v --archive-dir $ARCHIVE --tube $1 --log-dir $WORKER_LOGS 2>>/tmp/teuthology_worker_$1_$i.error &
done
}

Expand Down

0 comments on commit fb97a25

Please sign in to comment.