-
Notifications
You must be signed in to change notification settings - Fork 1.3k

Description
On the web page to control the processes, the Tail -f link doesn't work (the server doesn't respond anything, so the browser doesn't show anything). The href attribute of the link is
http://localhost:8080/logtail/recommender_server%3Arecommender_server_01
where recommender_server is the process name.
Nevertheless the Clear Log link works well. In this case, the href attribute of the link is:
http://localhost:8080/index.html?processname=recommender_server%3Arecommender_server_01&action=clearlog
My operating systems is: OS X Mountain Lion (Mac Book Pro)
; MY CONFIGURATION FILE FOR SUPERVISORD
[unix_http_server]
file=/Users/rmerinogarcia/Proyects/temp/supervisor.sock
username=user
password=123
[inet_http_server]
port=127.0.0.1:8080
username=user
password=123
[supervisord]
logfile=/Users/rmerinogarcia/Proyects/temp/supervisord.log
logfile_maxbytes=50MB
logfile_backups=10
loglevel=info
pidfile=/Users/rmerinogarcia/Proyects/temp/supervisord.pid
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[program:recommender_server]
process_name=%(program_name)s_%(process_num)02d
numprocs=1
numprocs_start=1
command=/Users/rmerinogarcia/.Envs_Python_2.7.3/USG_ENGINE/bin/python /Users/rmerinogarcia/.Envs_Python_2.7.3/USG_ENGINE/bin/start_recommender.py -p 91%(process_num)02d
stdout_logfile=/Users/rmerinogarcia/Proyects/temp/recommender.out
redirect_stderr=true
autorestart=true