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
tt logrotate
Steps to reproduce:
$ tt status INSTANCE STATUS PID app1 NOT RUNNING app2:inst1 RUNNING 158686 app2:inst2 RUNNING 158687 $ tt logrotate ⨯ NOT RUNNING $ tt logrotate app2 • app2:inst1: logs has been rotated. PID: 158686. • app2:inst2: logs has been rotated. PID: 158687.
The text was updated successfully, but these errors were encountered:
logrotate: don't exit at non-running instance
4139b4e
Just warn that the instance is not running and continue (like `tt stop` or `tt kill` do) Closes #774
ce2c8dc
55bb68e
2aeec82
elhimov
Successfully merging a pull request may close this issue.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: