LeonHartley / Coerce-rs

Actor runtime and distributed systems framework for Rust
713 stars 23 forks source link

feat: change new_actor, send and notify instrumentation to use level=debug #18

Closed cameronbraid closed 1 year ago

cameronbraid commented 1 year ago

I don't want these spans to appear at info level. Ideally these would be driven off coerce feature actor-tracing-info, actor-tracing-debug and actor-tracing-trace but I an a new rust developer and am not sure how to achieve this