Update log directory to server log directory. (#5396)

This commit is contained in:
yao-xiao-github 2021-08-18 13:07:56 -07:00 committed by GitHub
parent 15c8ac85a4
commit b8e2575f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ rocksdb::Options getOptions() {
}
options.table_factory.reset(rocksdb::NewBlockBasedTableFactory(bbOpts));
options.db_log_dir = SERVER_KNOBS->LOG_DIRECTORY;
return options;
}