mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 08:27:32 -04:00
task(sliding_sync): Avoid logging the entire sliding sync response at the DEBUG level
Signed-off-by: Damir Jelić <poljar@termina.org.uk> Co-authored-by: Damir Jelić <poljar@termina.org.uk> Co-authored-by: Jonas Platte <jplatte@matrix.org>
This commit is contained in:
@@ -292,7 +292,8 @@ impl SlidingSync {
|
||||
response_processor.process_and_take_response().await?
|
||||
};
|
||||
|
||||
debug!(?sync_response, "Sliding Sync response has been handled by the client");
|
||||
debug!("Sliding Sync response has been handled by the client");
|
||||
trace!(?sync_response);
|
||||
|
||||
// Commit sticky parameters, if needed.
|
||||
if let Some(ref txn_id) = sliding_sync_response.txn_id {
|
||||
|
||||
Reference in New Issue
Block a user