Skip to content

Fix RustClient.logToFile#247

Merged
richvdh merged 1 commit into
mainfrom
rav/fix_log_to_file
Jun 22, 2026
Merged

Fix RustClient.logToFile#247
richvdh merged 1 commit into
mainfrom
rav/fix_log_to_file

Conversation

@richvdh

@richvdh richvdh commented Jun 22, 2026

Copy link
Copy Markdown
Member

As of matrix-org/matrix-rust-sdk#4492 (and #159), the rust-sdk only writes logs for a known set of crates. The list can be extended by the application, but we weren't doing that.

To fix, we define a pseudo-crate of complement_crypto, and add that crate to the list of targets to log at the configured LogLevel.

As of matrix-org/matrix-rust-sdk#4492 (and
#159), the rust-sdk only
writes logs for a known set of crates. The list can be extended by the
application, but we weren't doing that.

To fix, we define a pseudo-crate of `complement_crypto`, and add that crate to
the list of targets to log at the configured `LogLevel`.
@richvdh richvdh merged commit 482eb4f into main Jun 22, 2026
6 checks passed
@richvdh richvdh deleted the rav/fix_log_to_file branch June 22, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants