소스 검색

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