it will not be printed using LOG.info

Depends-On: https://review.opendev.org/#/c/701543/
Change-Id: I2dc31522df85d145041d8967ce5d639cc0b7c4fa
changes/17/697417/2
jiasirui 4 years ago committed by Eyal
parent 5ade29389e
commit ac2978f0aa

@ -27,7 +27,7 @@ LOG = log.getLogger(__name__)
def main():
"""Main method of vitrage-graph"""
LOG.info(VITRAGE_TITLE)
print(VITRAGE_TITLE)
config.parse_config(sys.argv)
workers = GraphWorkersManager()
spawn(init, workers)

Loading…
Cancel
Save