You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/01/15 03:22:04 UTC

[29/30] james-project git commit: JAMES-2641 Enhance ListeningMessageSearchIndex logs

JAMES-2641 Enhance ListeningMessageSearchIndex logs


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/df109044
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/df109044
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/df109044

Branch: refs/heads/master
Commit: df109044888840fa872a16c1ee2ecda98d349455
Parents: 367c5ac
Author: Benoit Tellier <bt...@linagora.com>
Authored: Fri Jan 11 15:45:12 2019 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Tue Jan 15 10:10:05 2019 +0700

----------------------------------------------------------------------
 .../james/mailbox/store/search/ListeningMessageSearchIndex.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/df109044/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
----------------------------------------------------------------------
diff --git a/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java b/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
index fe470ad..de34195 100644
--- a/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
+++ b/mailbox/store/src/main/java/org/apache/james/mailbox/store/search/ListeningMessageSearchIndex.java
@@ -68,7 +68,7 @@ public abstract class ListeningMessageSearchIndex implements MessageSearchIndex,
                     (MailboxEvent) event);
             }
         } catch (MailboxException e) {
-            LOGGER.error("Unable to update index", e);
+            LOGGER.error("Unable to update index for event {}", event, e);
         }
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org