blockchain-etl / ethereum-etl

Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
https://t.me/BlockchainETL
MIT License
2.87k stars 812 forks source link

Change print(data) in Kafka exporter to instead log at the debug level #396

Closed maxtcruz closed 1 year ago

maxtcruz commented 1 year ago

Replaces print(data) with logging.debug(data) in the Kafka exporter so all the data doesn't have to be printed out