-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
Spurious logging from GroupCallEventHandler
#3342
Comments
@dbkr Bump -- can you leave a comment please? |
Bumping this as the issue still exists.. Also, would this have any speed impact when starting up (not the logging, but the action behind the log)? My application does not use group calls at all, thats why I wonder |
Is it possible to generally turn matrix logging off? |
Given the lack of counterargument from @dbkr, I'd assume that this logging can be removed. PRs welcome.
Not currently, no. It might be nice to wire up js-sdk's logging system to something like debug, but that's not possible as it stands. Again, contributions welcome. |
We upgraded matrix-js-sdk from 20.1.0 to 23.5.0 and somewhere between happened a change that throws bunch of console.logs.
As we are using console for actively debugging and developing also the rest of the application, it is pretty annoying.
Exaple of logs:
GroupCallEventHandler createGroupCallForRoom() processed room (roomId=\here-is-room-id-which-i-have-taken-out\)
EDIT: I found the commit that generates the issue: 31459a5
The text was updated successfully, but these errors were encountered: