mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #385 from bigchaindb/feat/383/output-bigchaindb-version-on-start
Feat/383/output bigchaindb version on start
This commit is contained in:
commit
d44b693e7b
@ -151,6 +151,7 @@ def run_drop(args):
|
||||
|
||||
def run_start(args):
|
||||
"""Start the processes to run the node"""
|
||||
logger.info('BigchainDB Version {}'.format(bigchaindb.__version__))
|
||||
bigchaindb.config_utils.autoconfigure(filename=args.config, force=True)
|
||||
|
||||
if args.start_rethinkdb:
|
||||
|
Loading…
x
Reference in New Issue
Block a user