From ed43a900a2f6627d825925352b86e63aa60d80be Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Tue, 9 Apr 2024 09:41:37 -0400 Subject: [PATCH] progress --- release_version.txt | 2 +- scripts/alpaca_hist_md/alpaca_md.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/release_version.txt b/release_version.txt index 7deb86f..d5cc44d 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.7.2 \ No newline at end of file diff --git a/scripts/alpaca_hist_md/alpaca_md.sh b/scripts/alpaca_hist_md/alpaca_md.sh index 98916b0..be0ded0 100755 --- a/scripts/alpaca_hist_md/alpaca_md.sh +++ b/scripts/alpaca_hist_md/alpaca_md.sh @@ -61,7 +61,8 @@ run_proc() { if [ "${End}" != "" ]; then Cmd="${Cmd} --end=${End}" fi - Cmd="${Cmd} --log_file=${LogDir}/${Start}.${Inst}.log" + Cmd="${Cmd} --log_file=${LogDir}/${Inst}.log" + Cmd="${Cmd} --log_level=WARNING" echo ${Cmd} eval ${Cmd} }