it will not be printed using LOG.info

Depends-On: https://review.opendev.org/#/c/701543/
Change-Id: I2dc31522df85d145041d8967ce5d639cc0b7c4fa
This commit is contained in:
jiasirui 2019-12-05 14:19:01 +08:00 committed by Eyal
parent 5ade29389e
commit ac2978f0aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)