diff --git a/services/trading/backtest_replay.py b/services/trading/backtest_replay.py index 59ea6bf..a68b579 100644 --- a/services/trading/backtest_replay.py +++ b/services/trading/backtest_replay.py @@ -203,7 +203,7 @@ class BacktestReplay: self._first_skip_logged = True if day_recs: - logger.info( + logger.warning( "Backtest day %s: %d recs, %d act, positions=%d, pool=$%.2f", current_date, len(day_recs), act_count, len(simulated_positions), portfolio_state.active_pool,