减少log

This commit is contained in:
zhangkun9038@dingtalk.com 2025-11-18 18:10:28 +08:00
parent 772754ecf1
commit 14cd32ab92

View File

@ -471,7 +471,6 @@ echo "docker-compose run --rm freqtrade hyperopt $PAIRS_FLAG \
--spaces $SPACES \
--fee 0.001"
sudo systemctl stop stop downloadData.timer
docker-compose run --rm freqtrade hyperopt $PAIRS_FLAG \
--logfile /freqtrade/user_data/logs/freqtrade.log \
--freqaimodel LightGBMRegressorMultiTarget \
@ -487,5 +486,3 @@ docker-compose run --rm freqtrade hyperopt $PAIRS_FLAG \
--hyperopt-loss CalmarHyperOptLoss \
--spaces $SPACES \
--fee 0.001
sudo systemctl start stop downloadData.timer