Skip to content

Commit

Permalink
log: Include XML in room metadata log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed May 20, 2024
1 parent 16a8ff7 commit a58d04d
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 a58d04d

Please sign in to comment.