修改日志文件文件名
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[program:mq]
|
||||
|
||||
command=python manage.py runscript mq
|
||||
command=python manage.py run_huey
|
||||
|
||||
directory=/code/
|
||||
user=root
|
||||
numprocs=1
|
||||
stdout_logfile=/code/log/mq.log
|
||||
stderr_logfile=/code/log/mq.log
|
||||
stdout_logfile=/code/log/task_queue.log
|
||||
stderr_logfile=/code/log/task_queue.log
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=5
|
||||
|
||||
Reference in New Issue
Block a user