-
Notifications
You must be signed in to change notification settings - Fork 94
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
Improve doc and terminology #2501
Conversation
Including: * "suite server program" instead of "suite daemon" * "severity" instead of "priority" for logging and task messaging * simple "ps" command instead of "pgrep" to list suite server program
Codacy's failure is nonsense in the context of this change. The same line is marked as fixed and new. (The change should be safer as we have plugged the STDIN hole to the external call.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(one minor change requested)
bin/cylc-message
Outdated
choices=['NORMAL', 'WARNING', 'CRITICAL', 'CUSTOM'], | ||
help="message priority: NORMAL, WARNING, or CRITICAL; default NORMAL.", | ||
action="store", dest="priority", default="NORMAL") | ||
help="message severity: NORMAL, WARNING, or CRITICAL; default NORMAL.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The help message needs to include CUSTOM
as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
(evidently minor conflicts on other people's branches can be resolved via the GitHub web editor) |
Including: