Update - Clearing Cruft
This commit is contained in:
parent
475dc9d766
commit
f293d408b2
@ -599,14 +599,6 @@ if REPORTS['REPORT_NETWORKS'] == 'PICKLE':
|
|||||||
except IOError as detail:
|
except IOError as detail:
|
||||||
logger.error('I/O Error: %s', detail)
|
logger.error('I/O Error: %s', detail)
|
||||||
|
|
||||||
elif REPORTS['REPORT_NETWORKS'] == 'JSON':
|
|
||||||
def reporting_loop():
|
|
||||||
logger.info('Periodic Reporting Loop Started (JSON)')
|
|
||||||
|
|
||||||
elif REPORTS['REPORT_NETWORKS'] == 'REDIS':
|
|
||||||
def reporting_loop():
|
|
||||||
logger.debug('Periodic Reporting Loop Started (REDIS)')
|
|
||||||
|
|
||||||
elif REPORTS['REPORT_NETWORKS'] == 'PRINT':
|
elif REPORTS['REPORT_NETWORKS'] == 'PRINT':
|
||||||
def reporting_loop():
|
def reporting_loop():
|
||||||
logger.debug('Periodic Reporting Loop Started (PRINT)')
|
logger.debug('Periodic Reporting Loop Started (PRINT)')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user