From 60ee3bc834a2a5479cfb66065712f102ea332534 Mon Sep 17 00:00:00 2001 From: NIXBNT <88088888+NIXBNT@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:35:07 +1100 Subject: [PATCH] rearrange configuration logging rearrange configuration logging --- main.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/main.py b/main.py index d62a0d777..7d88a76c9 100644 --- a/main.py +++ b/main.py @@ -353,34 +353,34 @@ def main( Starting fastlane bot with the following configuration: - cache_latest_only: {cache_latest_only} - backdate_pools: {backdate_pools} + logging_path: {logging_path} arb_mode: {arb_mode} - flashloan_tokens: {flashloan_tokens} - n_jobs: {n_jobs} + blockchain: {blockchain} + default_min_profit_gas_token: {default_min_profit_gas_token} exchanges: {exchanges} - polling_interval: {polling_interval} + flashloan_tokens: {flashloan_tokens} + target_tokens: {target_tokens} + use_specific_exchange_for_target_tokens: {use_specific_exchange_for_target_tokens} + loglevel: {loglevel} + backdate_pools: {backdate_pools} alchemy_max_block_fetch: {alchemy_max_block_fetch} static_pool_data_filename: {static_pool_data_filename} + cache_latest_only: {cache_latest_only} + n_jobs: {n_jobs} + polling_interval: {polling_interval} reorg_delay: {reorg_delay} - logging_path: {logging_path} - loglevel: {loglevel} static_pool_data_sample_sz: {static_pool_data_sample_sz} use_cached_events: {use_cached_events} run_data_validator: {run_data_validator} randomizer: {randomizer} limit_bancor3_flashloan_tokens: {limit_bancor3_flashloan_tokens} - default_min_profit_gas_token: {default_min_profit_gas_token} timeout: {timeout} - target_tokens: {target_tokens} replay_from_block: {replay_from_block} tenderly_fork_id: {tenderly_fork_id} tenderly_event_exchanges: {tenderly_event_exchanges} increment_time: {increment_time} increment_blocks: {increment_blocks} - blockchain: {blockchain} pool_data_update_frequency: {pool_data_update_frequency} - use_specific_exchange_for_target_tokens: {use_specific_exchange_for_target_tokens} +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++