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
cylc cat-log <job-id>
--mode=cat
--mode=tail
Issues:
Solution:
--mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cylc cat-log <job-id>
will cat/tail the requested log file for the specified job.--mode=cat
(CLI default) will cat the file.--mode=tail
(UIServer default) will tail the file.Issues:
--mode=tail
because it doesn't know any better.Solution:
--mode
called "auto" (or something of that ilk) that will tail if the job is running, and cat otherwise.The text was updated successfully, but these errors were encountered: