On 2017-03-21 05:49, Chetan Mehrotra wrote:
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
yes, and maybe even at shutdown time. This helps when looking a log file that contains just a shutdown/startup message.
Best regards, Julian
