logs to default_logger
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user