mozilla / fxa-email-service

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

refactor(settings): promote LogFormat and LogLevel to enums #255

Closed philbooth closed 5 years ago

philbooth commented 5 years ago

Related to #216.

As well as creating the two enums, this change removes the null setting for LogFormat, because we already have LogLevel::Off and having two different ways to achieve the same thing seemed like a recipe for confusion.

@mozilla/fxa-devs r?