mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Print the version in the beginning.
This way we have information about the version even if something goes wrong during the initialization.
This commit is contained in:
parent
9e00fbc1b0
commit
3cefcfa59b
@ -151,6 +151,7 @@ def run_drop(args):
|
|||||||
|
|
||||||
def run_start(args):
|
def run_start(args):
|
||||||
"""Start the processes to run the node"""
|
"""Start the processes to run the node"""
|
||||||
|
logger.info('BigchainDB Version {}'.format(bigchaindb.__version__))
|
||||||
bigchaindb.config_utils.autoconfigure(filename=args.config, force=True)
|
bigchaindb.config_utils.autoconfigure(filename=args.config, force=True)
|
||||||
|
|
||||||
if args.start_rethinkdb:
|
if args.start_rethinkdb:
|
||||||
@ -170,7 +171,6 @@ def run_start(args):
|
|||||||
|
|
||||||
processes = Processes()
|
processes = Processes()
|
||||||
logger.info('Starting BigchainDB main process')
|
logger.info('Starting BigchainDB main process')
|
||||||
logger.info('BigchainDB Version {}'.format(bigchaindb.__version__))
|
|
||||||
processes.start()
|
processes.start()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user