diff --git a/apps/indexer/lib/indexer/internal_transaction/fetcher.ex b/apps/indexer/lib/indexer/internal_transaction/fetcher.ex index 84fa334b96..3a99dc7603 100644 --- a/apps/indexer/lib/indexer/internal_transaction/fetcher.ex +++ b/apps/indexer/lib/indexer/internal_transaction/fetcher.ex @@ -112,7 +112,7 @@ defmodule Indexer.InternalTransaction.Fetcher do }) else {:error, step, reason, _changes_so_far} -> - Logger.debug(fn -> + Logger.error(fn -> [ "failed to import internal transactions for ", to_string(length(transactions_params)), @@ -128,7 +128,7 @@ defmodule Indexer.InternalTransaction.Fetcher do end {:error, reason} -> - Logger.debug(fn -> + Logger.error(fn -> "failed to fetch internal transactions for #{length(transactions_params)} transactions: #{inspect(reason)}" end)