[CalendarServer-changes] [7321] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 15 14:00:35 PDT 2011


Revision: 7321
          http://trac.macosforge.org/projects/calendarserver/changeset/7321
Author:   exarkun at twistedmatrix.com
Date:     2011-04-15 14:00:34 -0700 (Fri, 15 Apr 2011)
Log Message:
-----------
trivial request logger formatting tweak

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-04-15 20:41:42 UTC (rev 7320)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-04-15 21:00:34 UTC (rev 7321)
@@ -671,7 +671,7 @@
 
 class RequestLogger(object):
     format = u"%(user)s request %(code)s%(success)s%(lag)s[%(duration)0.2f ms] %(method)8s %(url)s"
-    lagFormat = u'{Lag %0.2f ms} '
+    lagFormat = u'{Lag %5.2f ms}'
     lagSpacer = u' ' * len(lagFormat % (1.0,))
 
     success = u"\N{CHECK MARK}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110415/687eb8fc/attachment-0001.html>


More information about the calendarserver-changes mailing list