瀏覽代碼

celerymon: Change startup info format

Ask Solem 15 年之前
父節點
當前提交
d6f37d5f4f
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      celery/bin/celerymon.py

+ 4 - 4
celery/bin/celerymon.py

@@ -60,10 +60,10 @@ from celery.messaging import get_connection_info
 
 STARTUP_INFO_FMT = """
 Configuration ->
-    * Webserver -> http://localhost:%(http_port)s
-    * Broker -> %(conninfo)s
-    * Exchange -> %(exchange)s (%(exchange_type)s)
-    * Consumer -> Queue:%(consumer_queue)s Binding:%(consumer_rkey)s
+    . broker -> %(conninfo)s
+    . exchange -> %(exchange)s (%(exchange_type)s)
+    . consumer -> queue:%(consumer_queue)s binding:%(consumer_rkey)s
+    . webserver -> http://localhost:%(http_port)s
 """.strip()
 
 OPTION_LIST = (