mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-19 21:40:24 +00:00
fix: set LogginMixin in reset_backtest for hyperopt silence
This commit is contained in:
@@ -439,6 +439,8 @@ class Backtesting:
|
||||
PairLocks.reset_locks()
|
||||
Trade.reset_trades()
|
||||
CustomDataWrapper.reset_custom_data()
|
||||
# Ensure logging is disabled in other processes during hyperopt
|
||||
LoggingMixin.show_output = False
|
||||
self.rejected_trades = 0
|
||||
self.timedout_entry_orders = 0
|
||||
self.timedout_exit_orders = 0
|
||||
|
||||
Reference in New Issue
Block a user