Skip to content

Commit

Permalink
log: Do not log a stack trace when the conference doesn't exist. (jit…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Apr 23, 2024
1 parent b382fc2 commit fde481c
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.warn("Failed to process room_metadata request: $jsonMessage", e)
logger.info("Failed to process room_metadata request: $jsonMessage")
}
}

Expand Down

0 comments on commit fde481c

Please sign in to comment.