mirror of https://github.com/apache/activemq.git
better logging on startup to reveal the journal configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9fb8ee2dca
commit
5cba8d744d
|
@ -445,7 +445,7 @@ public class JournalPersistenceAdapter implements PersistenceAdapter, JournalEve
|
|||
RecordLocation pos = null;
|
||||
int transactionCounter = 0;
|
||||
|
||||
log.info("Journal Recovery Started.");
|
||||
log.info("Journal Recovery Started from: " + journal);
|
||||
ConnectionContext context = new ConnectionContext();
|
||||
|
||||
// While we have records in the journal.
|
||||
|
|
Loading…
Reference in New Issue