[Swift-commit] r6064 - trunk/etc
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Tue Nov 20 04:20:34 CST 2012
Author: hategan
Date: 2012-11-20 04:19:49 -0600 (Tue, 20 Nov 2012)
New Revision: 6064
Modified:
trunk/etc/swift.properties
Log:
added tracing property to properties file
Modified: trunk/etc/swift.properties
===================================================================
--- trunk/etc/swift.properties 2012-11-19 22:05:06 UTC (rev 6063)
+++ trunk/etc/swift.properties 2012-11-20 10:19:49 UTC (rev 6064)
@@ -44,6 +44,16 @@
lazy.errors=false
#
+# Enables tracing of procedure invocations, assignments,
+# iteration constructs, as well as certain dataflow events
+# such as data intialization and waiting. This is done at
+# a slight decrease in performance. Traces will be available
+# in the log file.
+#
+
+tracing.enabled=true
+
+#
# What algorithm to use for caching of remote files. LRU (as in what
# files to purge) is the only implementation right now. One can set
# a target size (in bytes) for a host by using the swift:storagesize
More information about the Swift-commit
mailing list