streamline logging. fixes

This commit is contained in:
Dobromir Popov
2025-06-25 13:45:18 +03:00
parent ad76b70788
commit 9bbc93c4ea
5 changed files with 214 additions and 235 deletions

View File

@ -160,7 +160,7 @@ class TradingOrchestrator:
predictions = await self._get_all_predictions(symbol)
if not predictions:
logger.warning(f"No predictions available for {symbol}")
logger.debug(f"No predictions available for {symbol}")
return None
# Combine predictions