Skip to content

Commit

Permalink
Avoid forwarding to another log file
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu authored Oct 10, 2024
1 parent 8c26a06 commit 08635a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/local/run-bfb-search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ docker run \
-e "QDRANT_API_KEY=$QDRANT_API_KEY" \
-v "$(pwd)/$BFB_CONTAINER_NAME.log:/bfb/search.log" \
${BFB_IMAGE_NAME} \
bash -c "set -eou pipefail; while true; do ${BFB_ENV_VARS} ./bfb ${BFB_PARAMETERS} 2>&1 | tee /bfb/search.log; done"
bash -c "set -eou pipefail; while true; do ${BFB_ENV_VARS} ./bfb ${BFB_PARAMETERS}; done"

0 comments on commit 08635a9

Please sign in to comment.