Skip to content

Commit

Permalink
log: Include XML in room metadata log message. (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored May 29, 2024
1 parent a30b541 commit cbed240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class RoomMetadataHandler(

chatRoom.setRoomMetadata(roomMetadata)
} catch (e: Exception) {
logger.info("Failed to process room_metadata request: $jsonMessage")
logger.info("Failed to process room_metadata request: ${jsonMessage.toXML()}")
}
}

Expand Down

0 comments on commit cbed240

Please sign in to comment.