do not show fm.error

as it will flood log output

- how to handle this properly?
This commit is contained in:
2024-06-24 09:43:28 +02:00
committed by Markus Zolliker
parent 0869f8b5d9
commit d30bb11bc1

View File

@ -212,8 +212,8 @@ class FrappyConfig(Device):
cfgs = current_cfgs
fm = FrappyManager()
proposed = fm.get_server_state(config.instrument, cfgs)
if fm.error:
self.log.error('%s', fm.error)
# if fm.error:
# self.log.error('%s', fm.error)
changes = dict(proposed)
need_change = False
for service in SERVICES: