Skip to content

Commit

Permalink
fix(api): add yocto to architectures that observe the disabledLogAggr…
Browse files Browse the repository at this point in the history
…egation setting

Add the advanced setting for disabled log aggregation for yocto system architecture.

Closes RSS-289
  • Loading branch information
b-cooper committed Jul 19, 2023
1 parent 15fcb0e commit 0452b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/config/advanced_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Setting(NamedTuple):
),
]

if ARCHITECTURE == SystemArchitecture.BUILDROOT:
if ARCHITECTURE == SystemArchitecture.BUILDROOT or ARCHITECTURE == SystemArchitecture.YOCTO:
settings.append(DisableLogIntegrationSettingDefinition())


Expand Down

0 comments on commit 0452b8d

Please sign in to comment.