Closed
Bug 1085252
Opened 10 years ago
Closed 10 years ago
Add websocket logging information
Categories
(Hello (Loop) :: Server, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alexis+bugs, Assigned: rhubscher)
References
Details
(Whiteboard: [qa?][loop-server 0.14])
Attachments
(1 file)
Log information about each client/server interaction on the websocket. Fields, depending on message type:
- "sender" : <"UA" or "server">
- "messageType" : <"hello", "error", "progress", "action">
- "state": <progress states>
- "reason" : <"unknown_callid", "invalid_authentication", "unauthorized", or termination reasons>
- "event" : <"accept", "media-up", "terminate">
- "callid"
Also include the standard fields (https://mana.mozilla.org/wiki/display/CLOUDSERVICES/Logging+Standard), including:
- "Type": "websocket.message"
We only need the "action" messages for this particular bug, but I'd recommend logging all of them if its not too chatty.
Updated•10 years ago
|
Whiteboard: [qa?]
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rhubscher
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8523897 -
Flags: review?(alexis+bugs)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8523897 [details] [review]
Link to GitHub PR.
This had been merged with https://github.com/mozilla-services/loop-server/commit/61c919953510383e647cbbf6121d9947d86d3690
Attachment #8523897 -
Flags: review?(alexis+bugs) → review+
Reporter | ||
Comment 3•10 years ago
|
||
Thanks.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [qa?] → [qa?][loop-server 0.14]
You need to log in
before you can comment on or make changes to this bug.
Description
•