Log garbage_collection_cutoff alongside the other BlobDB options

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6229

Differential Revision: D19191195

Pulled By: ltamasi

fbshipit-source-id: 2a3c4785299641a46e022fc012460b759a689fce
main
Levi Tamasi 5 years ago committed by Facebook Github Bot
parent 786c3d45ed
commit 1ebaa762e6
  1. 3
      utilities/blob_db/blob_db.cc

@ -89,6 +89,9 @@ void BlobDBOptions::Dump(Logger* log) const {
ROCKS_LOG_HEADER(
log, " BlobDBOptions.enable_garbage_collection: %d",
enable_garbage_collection);
ROCKS_LOG_HEADER(
log, " BlobDBOptions.garbage_collection_cutoff: %f",
garbage_collection_cutoff);
ROCKS_LOG_HEADER(
log, " BlobDBOptions.disable_background_tasks: %d",
disable_background_tasks);

Loading…
Cancel
Save