Now logs context when starting marketmaker.

This commit is contained in:
Geoff Taylor 2021-08-19 23:02:53 +01:00
parent 46c768e11b
commit 20af8e7eeb
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def cleanup(context: mango.Context, wallet: mango.Wallet, account: mango.Account
context = mango.ContextBuilder.from_command_line_parameters(args)
logging.info(f"{context}")
disposer = mango.DisposePropagator()
manager = mango.WebSocketSubscriptionManager(context.name)