diff --git a/api/src/opentrons/util/logging_config.py b/api/src/opentrons/util/logging_config.py index 0a36468f3bc..6520bb912f6 100644 --- a/api/src/opentrons/util/logging_config.py +++ b/api/src/opentrons/util/logging_config.py @@ -5,7 +5,7 @@ from opentrons.config import CONFIG, ARCHITECTURE, SystemArchitecture -if ARCHITECTURE is SystemArchitecture.BUILDROOT: +if ARCHITECTURE is SystemArchitecture.YOCTO: from opentrons_hardware.sensors import SENSOR_LOG_NAME else: # we don't use the sensor log on ot2 or host