Update log directory to server log directory. (#5396)
This commit is contained in:
parent
15c8ac85a4
commit
b8e2575f92
|
@ -88,6 +88,7 @@ rocksdb::Options getOptions() {
|
|||
}
|
||||
|
||||
options.table_factory.reset(rocksdb::NewBlockBasedTableFactory(bbOpts));
|
||||
options.db_log_dir = SERVER_KNOBS->LOG_DIRECTORY;
|
||||
return options;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue