set logger leveer to warning
This commit is contained in:
@ -53,12 +53,12 @@ async def start_training_pipeline(orchestrator, trading_executor):
|
||||
try:
|
||||
# Start real-time processing
|
||||
await orchestrator.start_realtime_processing()
|
||||
logger.info("✅ Real-time processing started")
|
||||
logger.info("Real-time processing started")
|
||||
|
||||
# Start COB integration
|
||||
if hasattr(orchestrator, 'start_cob_integration'):
|
||||
await orchestrator.start_cob_integration()
|
||||
logger.info("✅ COB integration started")
|
||||
logger.info("COB integration started")
|
||||
|
||||
# Main training loop
|
||||
iteration = 0
|
||||
|
Reference in New Issue
Block a user