[CalendarServer-changes] [2729] CalendarServer/trunk/twistedcaldav/test/test_props.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 18 15:53:20 PDT 2008


Revision: 2729
          http://trac.macosforge.org/projects/calendarserver/changeset/2729
Author:   wsanchez at apple.com
Date:     2008-07-18 15:53:20 -0700 (Fri, 18 Jul 2008)
Log Message:
-----------
Crank up related logging.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/test_props.py

Modified: CalendarServer/trunk/twistedcaldav/test/test_props.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_props.py	2008-07-18 22:48:49 UTC (rev 2728)
+++ CalendarServer/trunk/twistedcaldav/test/test_props.py	2008-07-18 22:53:20 UTC (rev 2729)
@@ -24,6 +24,7 @@
 from twisted.web2.dav.util import davXMLFromStream
 from twisted.web2.test.test_server import SimpleRequest
 from twistedcaldav import caldavxml
+from twistedcaldav.log import setLogLevelForNamespace
 
 import twistedcaldav.test.util
 
@@ -38,6 +39,8 @@
         calendar_path, calendar_uri = self.mkdtemp("live_props")
         os.rmdir(calendar_path)
 
+        setLogLevelForNamespace("twistedcaldav.extensions.CachingXattrPropertyStore", "debug")
+
         def mkcalendar_cb(response):
             response = IResponse(response)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080718/ce865a7b/attachment-0001.html 


More information about the calendarserver-changes mailing list