Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supervisorctl clear not working for numprocs more than 1 #1589

Open
jazuly opened this issue Apr 17, 2023 · 0 comments
Open

supervisorctl clear not working for numprocs more than 1 #1589

jazuly opened this issue Apr 17, 2023 · 0 comments

Comments

@jazuly
Copy link

jazuly commented Apr 17, 2023

hi, im trying to clear my log with command supervisorctl clear testing1:*

but it show me error testing1:None: ERROR (no such process)

my configuration file

[program:testing1]
command=/root/test.sh
process_name=%(program_name)s_%(process_num)02d
numprocs=3
autostart=true
startsecs=10
startretries=3
autorestart=true
stopsignal=TERM
stopwaitsecs=10
stopasgroup=false
killasgroup=false
redirect_stderr=true
stdout_logfile=/etc/supervisor/logs/testing1.log
stdout_logfile_maxbytes=10MB
stdout_logfile_backups=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants