mozilla / fxa

Monorepo for Mozilla Accounts (formerly Firefox Accounts)
https://mozilla.github.io/ecosystem-platform/
Mozilla Public License 2.0
593 stars 210 forks source link

Log using mozlog #397

Closed shane-tomlinson closed 4 years ago

shane-tomlinson commented 5 years ago

This repo writes directly to stderr w/o using mozlog 2.0, which is different than other fxa servers. This can cause confusion with questions like "why does this server write an object with an op whereas other repos call the log method with the op as the first argument and then an object?" Or at least, that's what I asked.

Maybe shared server side logging should be part of fxa-shared so we can reduce confusion.

┆Issue is synchronized with this Jira Task ┆Issue Number: FXA-607

farhan787 commented 5 years ago

@shane-tomlinson I'm fixing this.

clouserw commented 4 years ago

wontfix