From 2eaf6dc025fe409032a7ec98eb5efc52b903d1ee Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Thu, 16 Apr 2026 00:21:46 +0000 Subject: [PATCH] fix: upgrade backtest day summary to WARNING level for visibility --- services/trading/backtest_replay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,