X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_sfadebug.py;h=a9a5a7ccb1e7fdb620de52152d17423bbac1f1ee;hb=15ee278d63f8803fc6b58598ec1a3358e6dbc5e4;hp=c7b14c1d90f1e94ab5a7a9266829eb0799533d63;hpb=aed1c85ae8b784349ea657a3528b6c9984a5b692;p=tests.git diff --git a/system/config_sfadebug.py b/system/config_sfadebug.py index c7b14c1..a9a5a7c 100644 --- a/system/config_sfadebug.py +++ b/system/config_sfadebug.py @@ -5,7 +5,7 @@ def config (plc_specs, options): def tweak_loglevel (plc_spec): - plc_spec['sfa']['SFA_API_LOGLEVEL'] += 1 + plc_spec['sfa']['settings']['SFA_API_LOGLEVEL'] += 1 return plc_spec return [tweak_loglevel (plc_spec) for plc_spec in plc_specs ]