-
-
Notifications
You must be signed in to change notification settings - Fork 655
Improve logging in legacy megolm code #3043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Rather than manually adding `in ${this.roomId}` to each log line, use a
PrefixedLogger to achieve the same effect more consistently.
Where we log a list of devices, we don't need the whole deviceinfo, just the device id. All that noise makes it very hard to read the logs.
artcodespace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, the only notes I've added are all on the same subject and just there for consistency's sake
|
@alunturner thanks for the suggestions - I meant to do the conversion from backticks to |
This is a series of changes to try to improve the quality of the logging within the crypto subsystem; we try to reduce the noise, but in its stead add a little more logging to try and understand what is going on with element-hq/element-web#23269.
Suggest reviewing commit-by-commit.
This change is marked as an internal change (Task), so will not be included in the changelog.