File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
GEECS-Scanner-GUI/geecs_scanner/data_acquisition Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 9494 ScanStepExecutor ,
9595)
9696from geecs_scanner .optimization .base_optimizer import BaseOptimizer
97- from . utils import ConsoleLogger
97+
9898from geecs_data_utils import ScanConfig , ScanMode # Adjust the path as needed
9999from dataclasses import fields
100100
103103 GeecsDeviceInstantiationError ,
104104)
105105
106+ logger = logging .getLogger (__name__ )
107+
106108database_dict = DatabaseDictLookup ()
107109
108110
@@ -206,12 +208,6 @@ def __init__(
206208 threading .Event ()
207209 ) # Event to signal the logging thread to stop
208210
209- # Use the ConsoleLogger class
210- self .console_logger = ConsoleLogger (
211- log_file = "scan_execution.log" , level = logging .INFO , console = True
212- )
213- self .console_logger .setup_logging ()
214-
215211 self .virtual_variable_list = []
216212 self .virtual_variable_name = None
217213
You can’t perform that action at this time.
0 commit comments