/bin/bookkeeper localbookie 3

As I know presently, 'localbookie' command doesn't have option to read the 
ledger/journal dirs from the user. This is defaulting to the 'tmp'
tmpDirs[i] = File.createTempFile("bookie" + Integer.toString(i), "test");

I guess we need to expose command line options. Isn't it?

Regards,
Rakesh

-----Original Message-----
From: Jaln [mailto:[email protected]] 
Sent: 06 June 2014 10:10
To: bookkeeper-dev
Subject: Re: how to change values in bk_server.conf

I run locally, like /bin/bookkeeper localbookie 3 the code from rakesh seems 
not working, bc there are more than places for matching the directory.
so, in my test, I modified all the places (I don't know where is the major
place)

Thanks,
Jaln

Reply via email to