Skip to content

Commit 4827590

Browse files
Adam BaloghAdam Balogh
authored andcommitted
log
1 parent 9f1208f commit 4827590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokens/metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def _store_metadata(self, metadata: TokenMetadata) -> None:
109109
item["image_url"] = metadata.image_url
110110

111111
self._tokens_table.put_item(Item=item)
112+
logging.info(f"Stored metadata for token: {metadata.address}")
112113

113114
def _store_not_found(self, token_address: str) -> None:
114115
"""Store a marker indicating that token metadata was not found."""

0 commit comments

Comments
 (0)