Terser startup msg fields

lifo_pps_ib
Tyler Goodlet 2022-06-23 15:13:58 -04:00
parent aec48a1dd5
commit 8a7e391b4e
1 changed files with 3 additions and 3 deletions

View File

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