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
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 asRUST_LOG=info,arak=debug cargo run