This crate now emits events through tracing.
Feature flags:
log-compat(default): enablestracing->logcompatibility (tracing/log) for existingenv_loggerusers.
Examples:
- Keep legacy logger behavior:
transaction-consumer = "..."
- Tracing only:
transaction-consumer = { version = \"...\", default-features = false }