Add success message of stackalytics-processor
When operating stackalytics-processor, it would be nice to output the success message to know the processor finished successfully. Change-Id: Ie0f75a1710069fbd33227b63e3686f1c08d1ebdf
This commit is contained in:
@@ -338,6 +338,7 @@ def main():
|
|||||||
|
|
||||||
runtime_storage_inst.set_by_key('runtime_storage_update_time',
|
runtime_storage_inst.set_by_key('runtime_storage_update_time',
|
||||||
utils.date_to_timestamp('now'))
|
utils.date_to_timestamp('now'))
|
||||||
|
LOG.info('stackalytics-processor succeeded.')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user