Better formatted startup logging output

l1_precision_fix
Tyler Goodlet 2022-05-10 14:54:37 -04:00
parent 769e803695
commit 083a3296e7
1 changed files with 4 additions and 3 deletions

View File

@ -83,9 +83,10 @@ def pikerd(loglevel, host, tl, pdb, tsdb):
) )
log.info( log.info(
f'`marketstored` up pid:{pid}\n' f'`marketstore` up!\n'
f'container up cid:{cid} live with config:\n' f'`marketstored` pid: {pid}\n'
f'{pformat(config)}' f'docker container id: {cid}\n'
f'config: {pformat(config)}'
) )
await trio.sleep_forever() await trio.sleep_forever()