Skip to content

Commit bd8e212

Browse files
committed
Issue2620-RocksDB log path configurable: conf
Changed default value of commented dbStorage_rocksDB_logPath= setting to blank value in order to match default behavior.
1 parent eeba052 commit bd8e212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/bk_server.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ ledgerDirectories=/tmp/bk-data
706706
# dbStorage_rocksDB_numLevels=-1
707707
# dbStorage_rocksDB_numFilesInLevel0=4
708708
# dbStorage_rocksDB_maxSizeInLevel1MB=256
709-
# dbStorage_rocksDB_logPath=/logPath
709+
# dbStorage_rocksDB_logPath=
710710

711711

712712
############################################## Metadata Services ##############################################

0 commit comments

Comments
 (0)