We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, im trying to clear my log with command supervisorctl clear testing1:*
supervisorctl clear testing1:*
but it show me error testing1:None: ERROR (no such process)
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
The text was updated successfully, but these errors were encountered:
im pretty sure you can't use glob here. You can do something like supervisorctl clear all or supervisorctl clear <prog1> <prog2> ... though
supervisorctl clear all
supervisorctl clear <prog1> <prog2> ...
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: