mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
841 stars 46 forks source link

Quiet dbg! calls #1579

Open data-sync-user opened 2 weeks ago

data-sync-user commented 2 weeks ago

(From the original https://github.com/mozilla-services/syncstorage-rs/issues/1101)

We've added some recent dbg! calls that output to our deployed logs, they should likely be converted to trace! (or something else) -- so they don't output to our logs.

┆Issue is synchronized with this Jira Task

jrconlin commented 2 weeks ago

sigh

Let's also add --deny=clippy::dbg_macro to the clippy checks.