Hi Marcel, On Wed, Sep 3, 2014 at 3:22 PM, <[email protected]> wrote: > log.info("Updated lastRev of [{}] documents while performing lastRev > recovery for " + > - "cluster node [{}]", size, clusterId); > + "cluster node [{}]: ", size, clusterId, updates);
You would need to add one for '{}' in log message to log the 'updates' argument.
Chetan Mehrotra
