Skip to content
Snippets Groups Projects
Commit 7532b59a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge cleanup

parent 0706f414
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!258Resolve "Re-designing of Telemetry"
......@@ -34,7 +34,7 @@ def main():
signal.signal(signal.SIGINT, signal_handler)
signal.signal(signal.SIGTERM, signal_handler)
LOGGER.debug('Starting...')
LOGGER.info('Starting...')
# Start metrics server
metrics_port = get_metrics_port()
......@@ -46,10 +46,10 @@ def main():
# Wait for Ctrl+C or termination signal
while not terminate.wait(timeout=1.0): pass
LOGGER.debug('Terminating...')
LOGGER.info('Terminating...')
grpc_service.stop()
LOGGER.debug('Bye')
LOGGER.info('Bye')
return 0
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment