Merge "it will not be printed using LOG.info"

This commit is contained in:
Zuul 2020-01-08 19:09:34 +00:00 committed by Gerrit Code Review
commit 785d8f0167
1 changed files with 1 additions and 1 deletions

View File

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