Hi, (I am new to bookkeeper, so please forgive my ignorance if there is something fundamental I'm missing).
When working with bookkeeper and making entries we would like to be able to see entries flushed to disk and then examine them using existing shell commands (for debugging and test purposes). We typically use the "localbookie" command-line option and need to have a way to know if an entry written has made it correctly to bookkeeper and the disk. Currently the ways we are planning to do this are: 1. To modify the configuration to set very low thresholds for flushing. 2. Create a listener thread on the localbookie which will listen to flush commands and forcibly do a flush. (I know this is a hack, but just putting it out there) Is there a cleaner way to do this ? I think people may have wanted some similar functionality in the past. Thanks, Arun
