logs to default_logger

This commit is contained in:
Vasily.onl
2025-06-04 17:03:35 +08:00
parent e57c33014f
commit 344c029f25
20 changed files with 149 additions and 152 deletions

View File

@@ -13,7 +13,7 @@ from dashboard.components.chart_controls import (
create_auto_update_control
)
logger = get_logger("market_data_layout")
logger = get_logger("default_logger")
def get_market_data_layout():
@@ -72,7 +72,7 @@ def get_market_data_layout():
subplot_options.append({'label': display_name, 'value': indicator.id})
except Exception as e:
logger.warning(f"Error loading indicator options: {e}")
logger.warning(f"Market data layout: Error loading indicator options: {e}")
strategy_options = [{'label': 'Basic Chart', 'value': 'basic'}]
overlay_options = []
subplot_options = []