-
Notifications
You must be signed in to change notification settings - Fork 27
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
warning icons ⚠️ #632
Comments
Duplicate of #535? |
This issue leans more toward the Cylc 7 GScan warning icon (one per-workflow) which is activated by task failures. #535 leans more toward the Cylc 7 GCylc warning icon (bottom right corner) which is activated by log messages ar WARNING level or higher. I think log level should be the better option, although may require a bit of fiddling with log messages to ensure that recoverable warnings are emitted at INFO level to avoid false positives. Closing as duplicate of #535 |
requires: cylc/cylc-flow#4148
In the Cylc7 GUI there is a warning icon in the bottom right-hand corner which lights up whenever
a "warning" or higher is written to the log (I think it's warning, it might be "error" would have to look).
The user can click on the icon to open the log / dismiss it.
In the Cylc7 GScan there is a warning icon next to each workflow which appears next to the suite whenever
a task enters the failed or submit-failed statues. The user can then click on the icon to dismiss it.
For the Cylc8 GUI we should have a latest warnings stream from the Scheduler - cylc/cylc-flow#4148
Suggest the following:
@/components/cylc/WarningIcon
.Pull requests welcome!
The text was updated successfully, but these errors were encountered: