mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
demote event from info to debug
And also make it structured instead of stringified.
This commit is contained in:
parent
601c2ed3e5
commit
230172718f
1 changed files with 4 additions and 1 deletions
|
|
@ -588,7 +588,10 @@ impl Service {
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
info!("Upgrading {} to timeline pdu", incoming_pdu.event_id);
|
debug!(
|
||||||
|
event_id = %incoming_pdu.event_id,
|
||||||
|
"Upgrading event to timeline pdu",
|
||||||
|
);
|
||||||
|
|
||||||
let create_event_content: RoomCreateEventContent =
|
let create_event_content: RoomCreateEventContent =
|
||||||
serde_json::from_str(create_event.content.get()).map_err(|e| {
|
serde_json::from_str(create_event.content.get()).map_err(|e| {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue