[CalendarServer-changes] [15037] CalendarServer/trunk/txdav/who/groups.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 10 13:12:23 PDT 2015


Revision: 15037
          http://trac.calendarserver.org//changeset/15037
Author:   sagen at apple.com
Date:     2015-08-10 13:12:23 -0700 (Mon, 10 Aug 2015)
Log Message:
-----------
Group cacher updates log level moves from info to debug

Modified Paths:
--------------
    CalendarServer/trunk/txdav/who/groups.py

Modified: CalendarServer/trunk/txdav/who/groups.py
===================================================================
--- CalendarServer/trunk/txdav/who/groups.py	2015-08-07 20:12:19 UTC (rev 15036)
+++ CalendarServer/trunk/txdav/who/groups.py	2015-08-10 20:12:23 UTC (rev 15037)
@@ -508,7 +508,7 @@
     @inlineCallbacks
     def groupsToRefresh(self, txn):
         delegatedUIDs = set((yield txn.allGroupDelegates()))
-        self.log.info(
+        self.log.debug(
             "There are {count} group delegates", count=len(delegatedUIDs)
         )
 
@@ -521,7 +521,7 @@
             for result in results:
                 if result and result[0]:
                     delegatedUIDs.update(result[1])
-            self.log.info(
+            self.log.debug(
                 "There are {count} group delegates on this and other pods", count=len(delegatedUIDs)
             )
 
@@ -535,7 +535,7 @@
             ))
         )
         attendeeGroupUIDs = frozenset([group.groupUID for group in groups])
-        self.log.info(
+        self.log.debug(
             "There are {count} group attendees", count=len(attendeeGroupUIDs)
         )
 
@@ -554,7 +554,7 @@
             )
         ).on(txn)
         shareeGroupUIDs = frozenset([row[0] for row in rows])
-        self.log.info(
+        self.log.debug(
             "There are {count} group sharees", count=len(shareeGroupUIDs)
         )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150810/87902f2c/attachment.html>


More information about the calendarserver-changes mailing list