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

changes/22/702122/1 6.0.0
Zuul 3 years ago committed by Gerrit Code Review
commit 785d8f0167

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