Open benfrankel opened 1 month ago
Currently we enable optimization settings in Cargo.toml, but we aren't including the log / tracing dependencies that set feature flags to disable expensive logging. We should probably do both or neither.
Cargo.toml
log
tracing
Currently we enable optimization settings in
Cargo.toml
, but we aren't including thelog
/tracing
dependencies that set feature flags to disable expensive logging. We should probably do both or neither.