Closed
Bug 981957
Opened 11 years ago
Closed 11 years ago
Make browserid_identity's log consistent with other sync logs
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: markh, Assigned: markh)
Details
Attachments
(1 file)
2.52 KB,
patch
|
rnewman
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We want "debug" log messages from browserid_identity to appear in the sync logs to be consistent with the other sync logs. Also, we want a to be able to flip a single pref and see all log messages dumped to the console.
This means:
* Remove the DumpAppender from browserid_identity.
* Add a default pref to set the log level to Debug.
Then the initLogs function in policies.js will do the right thing and ensure all log output is written to the sync logs.
IMO we want this in 29 so errors reported in the field have debug bid_identity logs.
Assignee | ||
Comment 1•11 years ago
|
||
Simple patch:
* default the log level to "Debug"
* don't create a separate DumpAppender
Assignee: nobody → mhammond
Attachment #8388947 -
Flags: review?(rnewman)
Updated•11 years ago
|
Attachment #8388947 -
Flags: review?(rnewman) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Status: NEW → ASSIGNED
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•11 years ago
|
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8388947 [details] [diff] [review]
0001-Bug-981957-make-browserid_identity-s-logs-consistent.patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): FxA Sync
User impact if declined: Sync logs submitted by users may not have all relevant data
Testing completed (on m-c, etc.): m-c
Risk to taking this patch (and alternatives if risky): Low
String or IDL/UUID changes made by this patch: None
Attachment #8388947 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8388947 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 5•11 years ago
|
||
Updated•6 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•