Skip to content

Adjust ReplicatedStorage logging to be more useful

Jeremiah Bonney requested to merge jbonney/replication-logging into master

Description

This MR makes some minor adjustments to the logging done by ReplicatedStorage to make it more useful. Some specific ones are:

  • Removes some high level logging from has_blob/get_blob/delete_blob as other storage layers log the same information.
  • Add a log line when a blob is replicated via commit_write
  • Don't log a line if 0 blobs were replicated in bulk_read_blobs.

Merge request reports