-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some documentation on the log fields
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Log line format | ||
|
||
Log lines may contain the following fields: | ||
|
||
* `u`: user ID. | ||
* `dev`: device ID. | ||
* `p`: `pos` parameter from incoming requests. | ||
* `q`: `pos` value from outgoing responses. | ||
* `t`: transaction ID. | ||
* `c`: connection ID. | ||
* `b`: buffer summary. | ||
* Update counts in outgoing responses, each of which are omitted if zero: | ||
* `r`: rooms. | ||
* `d`: to-device events. | ||
* `ag`: global account data updates. | ||
* `dl-c`: changed devices. | ||
* `dl-l`: left devices. | ||
* `sub`: room subscriptions. | ||
* `usub`: room unsubscriptions. | ||
* `l`: lists. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters