streamline logging. fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user