Andy, I just realized I failed to thank you for the suggestion. Thanks! :) It didn't work for me though, apparently because of the difference in versions (leveldbutil refused to understand my database format). My leveldb is whatever is installed by default on Ubuntu/CentOS and I have yet to figure out what version it is
On Wednesday, January 8, 2014 6:53:03 PM UTC-5, Andy R wrote: > > On Wednesday, January 8, 2014 1:50:30 PM UTC-5, Vadim Bobrov wrote: >> >> Also - is there any way to look into what's in the journal? >> > There is leveldbutil: > curl -L https://leveldb.googlecode.com/files/leveldb-1.15.0.tar.gz | tar > xz > cd leveldb-1.15.0 && make leveldbutil > > ./leveldbutil dump <database> > > HTH > > >> >> >> Thanks >> Vadim >> > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
