You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2010/08/03 20:52:26 UTC

svn commit: r982003 - /qpid/trunk/qpid/python/qpid/brokertest.py

Author: aconway
Date: Tue Aug  3 18:52:26 2010
New Revision: 982003

URL: http://svn.apache.org/viewvc?rev=982003&view=rev
Log:
Remove prefix in broker logs for brokertest.py.

Prefix is redundant and makes it more difficult to compare logs with diff.

Modified:
    qpid/trunk/qpid/python/qpid/brokertest.py

Modified: qpid/trunk/qpid/python/qpid/brokertest.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/brokertest.py?rev=982003&r1=982002&r2=982003&view=diff
==============================================================================
--- qpid/trunk/qpid/python/qpid/brokertest.py (original)
+++ qpid/trunk/qpid/python/qpid/brokertest.py Tue Aug  3 18:52:26 2010
@@ -286,7 +286,7 @@ class Broker(Popen):
             self.name = "broker%d" % Broker._broker_count
             Broker._broker_count += 1
         self.find_log()
-        cmd += ["--log-to-file", self.log, "--log-prefix", self.name]
+        cmd += ["--log-to-file", self.log]
         cmd += ["--log-to-stderr=no"]
         if log_level != None:
             cmd += ["--log-enable=%s" % log_level] 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org