Skip to content
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

Extended the cat-log command to task logs #679

Merged
merged 1 commit into from
Sep 12, 2013

Conversation

hjoliver
Copy link
Member

This user guide tutorial related change allows cylc log to print task as well as suite logs:

cylc log my.suite              # print suite event log
cylc log -o my.suite          # print suite stdout log
cylc log -e my.suite          # print suite stderr log
cylc log my.suite foo.1     # print foo.1 task job script
cylc log -o my.suite foo.1 # print foo.1 task stdout log
cylc log -e my.suite foo.1 # print foo.1 task stderr log

It also removes the task filtering option from the command - just use grep.

@arjclark et.al. - please review.

@ghost ghost assigned matthewrmshin Sep 12, 2013
matthewrmshin added a commit that referenced this pull request Sep 12, 2013
Extended the cat-log command to task logs
@matthewrmshin matthewrmshin merged commit aeb4091 into cylc:master Sep 12, 2013
@hjoliver hjoliver deleted the extend-cat-log-command branch September 12, 2013 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants