修改日志文件文件名

This commit is contained in:
virusdefender
2015-12-07 21:39:58 +08:00
parent 4ef9f9f01b
commit 6bce16b853

View File

@@ -1,12 +1,12 @@
[program:mq] [program:mq]
command=python manage.py runscript mq command=python manage.py run_huey
directory=/code/ directory=/code/
user=root user=root
numprocs=1 numprocs=1
stdout_logfile=/code/log/mq.log stdout_logfile=/code/log/task_queue.log
stderr_logfile=/code/log/mq.log stderr_logfile=/code/log/task_queue.log
autostart=true autostart=true
autorestart=true autorestart=true
startsecs=5 startsecs=5