chore: add wallet migration timing log
This commit is contained in:
@@ -23,8 +23,9 @@ def migrate_wallet_history(config: Config, exchange: Exchange):
|
|||||||
if KeyValueStore.get_int_value("wallet_history_migration"):
|
if KeyValueStore.get_int_value("wallet_history_migration"):
|
||||||
logger.debug("Wallet history migration already completed.")
|
logger.debug("Wallet history migration already completed.")
|
||||||
return
|
return
|
||||||
|
logger.info("Starting wallet history migration...")
|
||||||
_migrate_wallet_history(config, exchange)
|
_migrate_wallet_history(config, exchange)
|
||||||
|
logger.info("Wallet history migration completed.")
|
||||||
KeyValueStore.store_value("wallet_history_migration", 1)
|
KeyValueStore.store_value("wallet_history_migration", 1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user