|
@@ -132,7 +132,7 @@ class RiskCleanupManager:
|
|
|
stats = self.trading_engine.get_stats()
|
|
|
positions = stats.get_open_positions() if stats else []
|
|
|
if not positions:
|
|
|
- logger.info("No open positions found in DB for risk management check.")
|
|
|
+ logger.debug("No open positions found in DB for risk management check.")
|
|
|
await self._cleanup_orphaned_stop_losses() # Call within class
|
|
|
return
|
|
|
|