Merge "it will not be printed using LOG.info"
This commit is contained in:
commit
785d8f0167
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user