mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
output bigchaindb version when starting bigchaindb
This commit is contained in:
parent
a3b37f0984
commit
9e00fbc1b0
@ -170,6 +170,7 @@ def run_start(args):
|
||||
|
||||
processes = Processes()
|
||||
logger.info('Starting BigchainDB main process')
|
||||
logger.info('BigchainDB Version {}'.format(bigchaindb.__version__))
|
||||
processes.start()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user