We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've disabled most logging using the normal matrix-js-sdk logger:
import { logger } from 'matrix-js-sdk/lib/logger.js' logger.setLevel('error')
However this doesn't seem to disable encryption/olm logs.
Is there a way to disable these?
The text was updated successfully, but these errors were encountered:
I'd suggest https://matrix.to/#/#element-dev:matrix.org for code level support. This is for software defects.
Sorry, something went wrong.
I have the same issue. I would appreciate any help.
Duplicate of #4177
No branches or pull requests
I've disabled most logging using the normal matrix-js-sdk logger:
However this doesn't seem to disable encryption/olm logs.
Is there a way to disable these?
The text was updated successfully, but these errors were encountered: