I don't see logging from LevelDBClient.java such as:

 def queueCursor(collectionKey: Long, seq:Long)(func: (Message)=>Boolean) =
{
    collectionCursor(collectionKey, encodeLong(seq)) { (key, value) =>
      val seq = decodeLong(key)
      info("Seq read: %L", seq)
      var locator = DataLocator(store, value.getValueLocation,
value.getValueLength)
      info("locator read: %s", locator.toString())


Is there something i have to setup to get these logging?




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/logging-from-activemq-leveldb-tp4676384.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to