On Mon, Mar 20, 2017 at 9:20 PM, <[email protected]> wrote: > + */ > + private static void checkVersion(DocumentStore store, boolean > readOnlyMode) > + throws DocumentStoreException { > + FormatVersion storeVersion = FormatVersion.versionOf(store);
Would be good to also log the current FormatVersion on system startup at info level Chetan Mehrotra
