[CalendarServer-changes] [1181] CalendarServer/branches/users/tfitz/log-alot-128-2/run

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 13 13:21:20 PST 2007


Revision: 1181
          http://trac.macosforge.org/projects/calendarserver/changeset/1181
Author:   tfitz at apple.com
Date:     2007-02-13 13:21:20 -0800 (Tue, 13 Feb 2007)

Log Message:
-----------
Add ktrace logging.

Modified Paths:
--------------
    CalendarServer/branches/users/tfitz/log-alot-128-2/run

Modified: CalendarServer/branches/users/tfitz/log-alot-128-2/run
===================================================================
--- CalendarServer/branches/users/tfitz/log-alot-128-2/run	2007-02-13 17:58:24 UTC (rev 1180)
+++ CalendarServer/branches/users/tfitz/log-alot-128-2/run	2007-02-13 21:21:20 UTC (rev 1181)
@@ -185,7 +185,7 @@
     if [ ! -d "${wd}/logs" ]; then
       mkdir "${wd}/logs";
     fi;
-    exec /bin/sh "${caldav}/bin/caldavd" ${daemonize} \
+    exec ktrace -d -i /bin/sh "${caldav}/bin/caldavd" ${daemonize} \
         -f "${config}"                                \
         -T "${twisted}/bin/twistd"                    \
         -P "${plugin_name}"                           \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070213/33c44f9e/attachment.html


More information about the calendarserver-changes mailing list