Mintbase / arak

General Purpose Ethereum Event Indexer
GNU General Public License v3.0
1 stars 1 forks source link

Fix Logs #13

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

In a previous PR -- we actually lost the logs by removing the declaration from the tracing subscriber. This puts them back and allows user to configure them as they would usually (with RUST_LOG env variable).

Test Plan

cargo run is the same as RUST_LOG=info,arak=debug cargo run

bh2smith commented 1 year ago

This is a trivial non-logic changing PR, will merge now so we get our logs back.