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

@@ -5,7 +5,7 @@ Chart control components for the market data layout.
from dash import html, dcc
from utils.logger import get_logger
logger = get_logger("chart_controls")
logger = get_logger("default_logger")
def create_chart_config_panel(strategy_options, overlay_options, subplot_options):