We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0839dcc commit 55013c5Copy full SHA for 55013c5
myDevices/system/systemconfig.py
@@ -63,5 +63,5 @@ def getConfig():
63
config[name] = 1 - int(output.strip()) #Invert the value since the config script uses 0 for enable and 1 for disable
64
except:
65
exception('Get config')
66
- info('SystemConfig: {}'.format(config))
+ debug('SystemConfig: {}'.format(config))
67
return config
0 commit comments