浏览代码

Fix minor typo in multi.py (#4889)

Charles Chan 6 年之前
父节点
当前提交
845df9b88c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/bin/multi.py

+ 1 - 1
celery/bin/multi.py

@@ -22,7 +22,7 @@ Examples
     $ # You need to add the same arguments when you restart,
     $ # as these aren't persisted anywhere.
     $ celery multi restart Leslie -E --pidfile=/var/run/celery/%n.pid
-                                     --logfile=/var/run/celery/%n%I.log
+                                     --logfile=/var/log/celery/%n%I.log
 
     $ # To stop the node, you need to specify the same pidfile.
     $ celery multi stop Leslie --pidfile=/var/run/celery/%n.pid