Skip to content

Commit

Permalink
MTG-1223 fix log parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-kl committed Jan 20, 2025
1 parent 0c5eaf2 commit 4ca6f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nft_ingester/src/bin/ingester/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ pub async fn main() -> Result<(), IngesterError> {
info!("Gap Filler: {}", args.run_gapfiller);
info!("Run Profiling: {}", args.run_profiling);
info!("Sequence Consistent Checker: {}", args.run_sequence_consistent_checker);
info!("Sequence Consistent Checker: {}", args.run_sequence_consistent_checker);
info!("Account redis parsing workers: {}", args.redis_accounts_parsing_workers);
info!("Account processor buffer size: {}", args.account_processor_buffer_size);
info!("Tx redis parsing workers: {}", args.redis_transactions_parsing_workers);
Expand Down

0 comments on commit 4ca6f65

Please sign in to comment.