-
Notifications
You must be signed in to change notification settings - Fork 2
Improve server-side logging #19
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIdeal for a quick Hacktoberfest PRIdeal for a quick Hacktoberfest PR
Description
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIdeal for a quick Hacktoberfest PRIdeal for a quick Hacktoberfest PR
Currently, all events that I personally find interesting are logged on the server. However, they could be logged in a nicer fashion and also contain more information. Specifically, I'd like all log statements to have a certain uniform format and to contain relevant information about the session (at least the session ID, perhaps the number of session participants).
They shouldn't bee too complicated, though, so that they remain easily readable. Being able to visually distinguish different event types (such as distinguishing video events from session management events) might help with that.
Any changes made (i.e. any format that is established) should also be documented to allow future contributors to apply the same format to their logging statements.