Skip to content

Commit

Permalink
Cumulate output in node.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-tmp committed Jan 19, 2021
1 parent 4f268ad commit dd53315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ echo "INFO: log file = ${TON_WORK_DIR}/node.log"

# shellcheck disable=SC2086
"${TON_BUILD_DIR}/validator-engine/validator-engine" ${ENGINE_ADDITIONAL_PARAMS} \
-C "${TON_WORK_DIR}/etc/ton-global.config.json" --db "${TON_WORK_DIR}/db" > "${TON_WORK_DIR}/node.log" 2>&1 &
-C "${TON_WORK_DIR}/etc/ton-global.config.json" --db "${TON_WORK_DIR}/db" >> "${TON_WORK_DIR}/node.log" 2>&1 &

echo "INFO: start TON node... DONE"

0 comments on commit dd53315

Please sign in to comment.