Skip to content

Commit

Permalink
Don't log every reindexed Safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Jul 18, 2023
1 parent 9a2034c commit 63c46a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _process_decoded_element(
trace_address=trace_address,
error=None,
)
child_internal_tx = None # For Ether transfers
child_internal_tx: Optional[InternalTx] = None # For Ether transfers
internal_tx_decoded = InternalTxDecoded(
internal_tx=internal_tx,
function_name="",
Expand Down
2 changes: 1 addition & 1 deletion safe_transaction_service/history/services/index_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def _reindex(
)
element_number += len(elements)

logger.info("End reindexing addresses %s", addresses)
logger.info("End reindexing addresses %s", addresses_str)

return element_number

Expand Down

0 comments on commit 63c46a9

Please sign in to comment.