fix: upgrade backtest day summary to WARNING level for visibility
This commit is contained in:
@@ -203,7 +203,7 @@ class BacktestReplay:
|
|||||||
self._first_skip_logged = True
|
self._first_skip_logged = True
|
||||||
|
|
||||||
if day_recs:
|
if day_recs:
|
||||||
logger.info(
|
logger.warning(
|
||||||
"Backtest day %s: %d recs, %d act, positions=%d, pool=$%.2f",
|
"Backtest day %s: %d recs, %d act, positions=%d, pool=$%.2f",
|
||||||
current_date, len(day_recs), act_count,
|
current_date, len(day_recs), act_count,
|
||||||
len(simulated_positions), portfolio_state.active_pool,
|
len(simulated_positions), portfolio_state.active_pool,
|
||||||
|
|||||||
Reference in New Issue
Block a user