mozilla / fxa-email-service

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
6 stars 6 forks source link

chore(build): lower the debug level to decrease binary size #250

Closed philbooth closed 5 years ago

philbooth commented 5 years ago

In https://github.com/mozilla-services/syncstorage-rs/pull/91#discussion_r235500761, it was pointed out that debug = true is the maximum debug info setting and Sentry can still pull out line numbers if we use a lower level instead. Ergo, debug = 1.

@mozilla/fxa-devs r?