mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Update to use new simplified mozsvc.metrics infrastructure #28

Closed rfk closed 10 years ago

rfk commented 10 years ago

This updates syncserver to match the newly-simplified metrics-logging infra introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1012509

Basically, we replace "metlog" with stdlib logging. There's some new JSON-based logging designed for heka in production, but it's off by default so we don't have to worry about it here.

@callahad r?

callahad commented 10 years ago

Tests pass and it looks good when running. r+