diff --git a/market_data/md_recorder/run_md_recorder.sh b/market_data/md_recorder/run_md_recorder.sh index 4dc4980..e28df0e 100755 --- a/market_data/md_recorder/run_md_recorder.sh +++ b/market_data/md_recorder/run_md_recorder.sh @@ -33,6 +33,7 @@ Cmd="python3.10" Cmd="${Cmd} cvttpy/apps/md/md_recorder.py" Cmd="${Cmd} --config=http://${ConfigServer}/apps/md_recorder" Cmd="${Cmd} --credentials_file=/.creds" +Cmd="${Cmd} --compress_log" if [ "${job}" == "BNBFUT_CLD21" ] ; then Cmd="${Cmd} --active_exchanges=BNBFUT" Cmd="${Cmd} --instruments=BNBFUT:PERP-BTC-USDT,BNBFUT:PERP-ETH-USDT"