bridge reset logging at info level

api v.1.3.17
Simon 3 years ago
parent 1bd7d3a16c
commit 46883e4413

@ -781,7 +781,7 @@ def bridge_reset():
logger.debug('(BRIDGERESET) Running bridge resetter') logger.debug('(BRIDGERESET) Running bridge resetter')
for _system in CONFIG['SYSTEMS']: for _system in CONFIG['SYSTEMS']:
if '_reset' in CONFIG['SYSTEMS'][_system] and CONFIG['SYSTEMS'][_system]['_reset']: if '_reset' in CONFIG['SYSTEMS'][_system] and CONFIG['SYSTEMS'][_system]['_reset']:
logger.debug('(BRIDGERESET) Bridge reset for %s - no peers',_system) logger.info('(BRIDGERESET) Bridge reset for %s - no peers',_system)
remove_bridge_system(_system) remove_bridge_system(_system)
CONFIG['SYSTEMS'][_system]['_reset'] = False CONFIG['SYSTEMS'][_system]['_reset'] = False
continue continue

Loading…
Cancel
Save

Powered by TurnKey Linux.